/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() argument 305 || (inline_p && ! xcoff_inlining) in xcoffout_source_file() 306 || (! inline_p && xcoff_inlining))) in xcoffout_source_file() 316 xcoff_inlining = inline_p; in xcoffout_source_file() 317 if (strcmp (main_input_filename, filename) || inline_p) in xcoffout_source_file() 335 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local 338 xcoffout_source_file (asm_out_file, filename, inline_p); in xcoffout_source_line()
|
H A D | ipa-fnsummary.h | 425 bool inline_p,
|
H A D | ipa-fnsummary.cc | 371 bool inline_p, in evaluate_conditions_for_known_args() argument 376 clause_t clause = inline_p ? 0 : 1 << ipa_predicate::not_inlined_condition; in evaluate_conditions_for_known_args() 582 evaluate_properties_for_edge (struct cgraph_edge *e, bool inline_p, in evaluate_properties_for_edge() argument 593 *clause_ptr = inline_p ? 0 : 1 << ipa_predicate::not_inlined_condition; in evaluate_properties_for_edge() 646 else if (inline_p && !es->param[i].change_prob) in evaluate_properties_for_edge() 727 evaluate_conditions_for_known_args (callee, inline_p, avals, clause_ptr, in evaluate_properties_for_edge()
|
H A D | gimple.h | 4156 gimple_asm_set_inline (gasm *asm_stmt, bool inline_p) 4158 if (inline_p)
|
H A D | ChangeLog-2004 | 13241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
|
/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() argument 306 || (inline_p && ! xcoff_inlining) in xcoffout_source_file() 307 || (! inline_p && xcoff_inlining))) in xcoffout_source_file() 317 xcoff_inlining = inline_p; in xcoffout_source_file() 318 if (strcmp (main_input_filename, filename) || inline_p) in xcoffout_source_file() 336 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local 339 xcoffout_source_file (asm_out_file, filename, inline_p); in xcoffout_source_line()
|
H A D | ipa-fnsummary.h | 363 bool inline_p,
|
H A D | ipa-fnsummary.c | 331 bool inline_p, in evaluate_conditions_for_known_args() argument 338 clause_t clause = inline_p ? 0 : 1 << predicate::not_inlined_condition; in evaluate_conditions_for_known_args() 547 evaluate_properties_for_edge (struct cgraph_edge *e, bool inline_p, in evaluate_properties_for_edge() argument 561 *clause_ptr = inline_p ? 0 : 1 << predicate::not_inlined_condition; in evaluate_properties_for_edge() 614 else if (inline_p && !es->param[i].change_prob) in evaluate_properties_for_edge() 690 evaluate_conditions_for_known_args (callee, inline_p, in evaluate_properties_for_edge()
|
H A D | gimple.h | 4065 gimple_asm_set_inline (gasm *asm_stmt, bool inline_p) 4067 if (inline_p)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | name-lookup.h | 501 bool inline_p, bool visible_p);
|
H A D | name-lookup.cc | 8671 make_namespace (tree ctx, tree name, location_t loc, bool inline_p) in make_namespace() argument 8691 if (inline_p) in make_namespace() 8901 bool inline_p, bool visible_p) in add_imported_namespace() argument 8916 decl = make_namespace (ctx, name, loc, inline_p); in add_imported_namespace() 8920 else if (DECL_NAMESPACE_INLINE_P (decl) != inline_p) in add_imported_namespace() 8923 inline_p ? "inline" : "non-inline", decl); in add_imported_namespace() 8925 inline_p ? "non-inline" : "inline"); in add_imported_namespace()
|
H A D | parser.cc | 22029 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local 22032 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition() 22035 inline_p = goto_p = false; in cp_parser_asm_definition() 22162 inputs, clobbers, labels, inline_p); in cp_parser_asm_definition() 31199 bool inline_p) in cp_parser_function_definition_after_declarator() argument 31270 fn = finish_function (inline_p); in cp_parser_function_definition_after_declarator() 31273 && !inline_p in cp_parser_function_definition_after_declarator()
|
H A D | semantics.cc | 1829 tree labels, bool inline_p) in finish_asm_stmt() argument 1983 ASM_INLINE_P (r) = inline_p; in finish_asm_stmt()
|
H A D | decl.cc | 17823 finish_function (bool inline_p) in finish_function() argument 18144 if (inline_p) in finish_function()
|
H A D | ChangeLog-2018 | 414 * semantics.c (finish_asm_stmt): Add inline_p parameter. Use it to
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 4705 if (declspecs->inline_p) in shadow_tag_warned() 4820 && !specs->inline_p in quals_from_declspecs() 5120 if (declspecs->inline_p in start_decl() 7050 if (declspecs->inline_p) in grokdeclarator() 7085 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator() 7205 if (declspecs->inline_p) in grokdeclarator() 7215 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator() 7318 else if (declspecs->inline_p && storage_class != csc_static) in grokdeclarator() 7340 if (declspecs->inline_p) in grokdeclarator() 7347 if (declspecs->inline_p) in grokdeclarator() [all …]
|
H A D | c-tree.h | 389 BOOL_BITFIELD inline_p : 1; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 4796 if (declspecs->inline_p) in shadow_tag_warned() 4912 && !specs->inline_p in quals_from_declspecs() 5231 if (declspecs->inline_p in start_decl() 7374 if (declspecs->inline_p) in grokdeclarator() 7409 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator() 7529 if (declspecs->inline_p) in grokdeclarator() 7539 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator() 7639 else if (declspecs->inline_p && storage_class != csc_static) in grokdeclarator() 7661 if (declspecs->inline_p) in grokdeclarator() 7668 if (declspecs->inline_p) in grokdeclarator() [all …]
|
H A D | c-tree.h | 391 BOOL_BITFIELD inline_p : 1; member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 1558 tree labels, bool inline_p) in finish_asm_stmt() argument 1712 ASM_INLINE_P (r) = inline_p; in finish_asm_stmt()
|
H A D | parser.c | 20299 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition() local 20302 if (!parser->in_function_body && (inline_p || goto_p)) in cp_parser_asm_definition() 20305 inline_p = goto_p = false; in cp_parser_asm_definition() 20433 inputs, clobbers, labels, inline_p); in cp_parser_asm_definition() 28981 bool inline_p) in cp_parser_function_definition_after_declarator() argument 29052 fn = finish_function (inline_p); in cp_parser_function_definition_after_declarator()
|
H A D | decl.c | 17000 finish_function (bool inline_p) in finish_function() argument 17313 if (inline_p) in finish_function()
|