Home
last modified time | relevance | path

Searched refs:function_p (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D891229_02.C17 typedef void (*function_p) (void); typedef
20 function_p fp; // ERROR - no such type in scope
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-lang.c108 bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build()
H A Dpt.c8869 bool function_p, in tsubst_copy_and_build() argument
8920 if (!function_p && TREE_CODE (decl) == IDENTIFIER_NODE) in tsubst_copy_and_build()
H A DChangeLog-20033068 (tsubst_copy_and_build): Add function_p parameter. Use
/openbsd-src/gnu/gcc/gcc/objcp/
H A Dobjcp-lang.c111 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build()
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin.c191 bool function_p; in machopic_classify_symbol() local
194 function_p = SYMBOL_REF_FUNCTION_P (sym_ref); in machopic_classify_symbol()
196 return (function_p in machopic_classify_symbol()
199 return (function_p in machopic_classify_symbol()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-inline.c1878 typedef struct function *function_p; typedef
1880 DEF_VEC_P(function_p);
1881 DEF_VEC_ALLOC_P(function_p,heap);
1884 static VEC(function_p,heap) *cfun_stack; in VEC() argument
1889 VEC_safe_push (function_p, heap, cfun_stack, cfun);
1896 cfun = VEC_pop (function_p, cfun_stack); in pop_cfun()