Home
last modified time | relevance | path

Searched defs:inline_p (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dxcoffout.c283 xcoffout_source_file (file, filename, inline_p) in xcoffout_source_file() argument
319 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 local
/openbsd-src/gnu/gcc/gcc/
H A Dxcoffout.c294 xcoffout_source_file (FILE *file, const char *filename, int inline_p) in xcoffout_source_file()
325 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 in xcoffout_source_line() local
H A Dc-tree.h276 BOOL_BITFIELD inline_p : 1; member
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c15597 bool inline_p) in cp_parser_function_definition_after_declarator()