Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/objcp/
H A Dobjcp-lang.cc54 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 Dobjcp-lang.c54 tree in_decl, bool function_p ATTRIBUTE_UNUSED) in objcp_tsubst_copy_and_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc306 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 Ddarwin.c290 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 Dmips.cc9939 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 Dmips.c9835 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 Dpt.c19334 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 Dpt.cc20117 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 DChangeLog-20033068 (tsubst_copy_and_build): Add function_p parameter. Use
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200517072 VEC(function_p,heap).