Home
last modified time | relevance | path

Searched refs:is_function (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dpath.h131 extern const char is_function[];
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmsg.c142 const char is_function[] = " is a function"; variable
/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h468 static inline int is_function(struct symbol *type) in is_function() function
477 is_function(sym->ctype.base_type); in is_extern_inline()
H A Devaluate.c606 if (is_function(base)) { in evaluate_ptr_add()
854 if (is_function(lbase)) { in evaluate_ptr_sub()
1883 if (!is_function(target)) in evaluate_postop()
2225 if (is_function(type->ctype.base_type)) { in evaluate_sizeof()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c401 is_function(Elf *elf, GElf_Sym *sym) in is_function() function
557 if (is_function(elf, &gsym) || strcmp(name, PRF_ETEXT) == 0) { in get_symtab()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dwhence.c205 cp = sh_translate(is_function); in whence()