Searched defs:inline_p (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | xcoffout.cc | 301 xcoffout_source_file (FILE *file, const char *filename, int inline_p) in xcoffout_source_file() 335 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local
|
H A D | ipa-fnsummary.cc | 371 bool inline_p, in evaluate_conditions_for_known_args() 582 evaluate_properties_for_edge (struct cgraph_edge *e, bool inline_p, in evaluate_properties_for_edge()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | xcoffout.c | 302 xcoffout_source_file (FILE *file, const char *filename, int inline_p) in xcoffout_source_file() 336 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local
|
H A D | ipa-fnsummary.c | 331 bool inline_p, in evaluate_conditions_for_known_args() 547 evaluate_properties_for_edge (struct cgraph_edge *e, bool inline_p, in evaluate_properties_for_edge()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 391 BOOL_BITFIELD inline_p : 1; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 389 BOOL_BITFIELD inline_p : 1; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.cc | 8671 make_namespace (tree ctx, tree name, location_t loc, bool inline_p) in make_namespace() 8901 bool inline_p, bool visible_p) in add_imported_namespace()
|
H A D | semantics.cc | 1829 tree labels, bool inline_p) in finish_asm_stmt()
|
H A D | decl.cc | 17823 finish_function (bool inline_p) in finish_function()
|
H A D | parser.cc | 22029 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local 31199 bool inline_p) in cp_parser_function_definition_after_declarator()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 1558 tree labels, bool inline_p) in finish_asm_stmt()
|
H A D | decl.c | 17000 finish_function (bool inline_p) in finish_function()
|
H A D | parser.c | 20299 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local 28981 bool inline_p) in cp_parser_function_definition_after_declarator()
|