Home
last modified time | relevance | path

Searched refs:inline_p (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDxcoffout.c294 xcoffout_source_file (FILE *file, const char *filename, int inline_p) in xcoffout_source_file() argument
298 || (inline_p && ! xcoff_inlining) in xcoffout_source_file()
299 || (! inline_p && xcoff_inlining))) in xcoffout_source_file()
308 xcoff_inlining = inline_p; in xcoffout_source_file()
309 if (strcmp (main_input_filename, filename) || inline_p) in xcoffout_source_file()
325 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local
328 xcoffout_source_file (asm_out_file, filename, inline_p); in xcoffout_source_line()
HDc-decl.c3025 if (declspecs->inline_p) in shadow_tag_warned()
3094 && !specs->inline_p in quals_from_declspecs()
3399 if (declspecs->inline_p in start_decl()
5186 if (declspecs->inline_p) in grokdeclarator()
5199 && !declspecs->inline_p); in grokdeclarator()
5292 if (declspecs->inline_p) in grokdeclarator()
5300 && !declspecs->inline_p); in grokdeclarator()
5376 else if (declspecs->inline_p && storage_class != csc_static) in grokdeclarator()
5397 if (declspecs->inline_p) in grokdeclarator()
5400 else if (declspecs->inline_p) in grokdeclarator()
[all …]
HDc-tree.h280 BOOL_BITFIELD inline_p : 1; member
HDChangeLog-200413241 (struct c_declspecs): Add storage_class, inline_p and thread_p.
/trueos/contrib/gcc/cp/
HDparser.c16119 bool inline_p) in cp_parser_function_definition_after_declarator() argument
16174 (inline_p ? 2 : 0)); in cp_parser_function_definition_after_declarator()