Searched refs:function_p (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/ |
H A D | objcp-lang.cc | 54 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objcp/ |
H A D | objcp-lang.c | 54 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 306 bool function_p; in machopic_classify_symbol() local 308 function_p = SYMBOL_REF_FUNCTION_P (sym_ref); in machopic_classify_symbol() 310 return (function_p in machopic_classify_symbol() 313 return (function_p in machopic_classify_symbol()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 290 bool function_p; in machopic_classify_symbol() local 292 function_p = SYMBOL_REF_FUNCTION_P (sym_ref); in machopic_classify_symbol() 294 return (function_p in machopic_classify_symbol() 297 return (function_p in machopic_classify_symbol()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.cc | 9939 bool function_p ATTRIBUTE_UNUSED) in mips_set_text_contents_type() 9952 ASM_OUTPUT_TYPE_DIRECTIVE (file, sname, function_p ? "function" : "object"); in mips_set_text_contents_type() 9955 if (function_p) in mips_set_text_contents_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.c | 9835 bool function_p ATTRIBUTE_UNUSED) in mips_set_text_contents_type() 9848 ASM_OUTPUT_TYPE_DIRECTIVE (file, sname, function_p ? "function" : "object"); in mips_set_text_contents_type() 9851 if (function_p) in mips_set_text_contents_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 19334 bool function_p, in tsubst_copy_and_build() argument 19397 if (!function_p && identifier_p (decl)) in tsubst_copy_and_build() 19411 function_p, in tsubst_copy_and_build()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 20117 bool function_p, in tsubst_copy_and_build() argument 20180 if (!function_p && identifier_p (decl)) in tsubst_copy_and_build() 20194 function_p, in tsubst_copy_and_build()
|
H A D | ChangeLog-2003 | 3068 (tsubst_copy_and_build): Add function_p parameter. Use
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 17072 VEC(function_p,heap).
|