Home
last modified time | relevance | path

Searched refs:inline_loc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7092 location_t inline_loc = UNKNOWN_LOCATION; in c_parser_asm_statement() local
7112 if (inline_loc) in c_parser_asm_statement()
7115 inform (inline_loc, "first seen here"); in c_parser_asm_statement()
7118 inline_loc = loc; in c_parser_asm_statement()
7146 bool is_inline = (inline_loc != UNKNOWN_LOCATION); in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc7053 location_t inline_loc = UNKNOWN_LOCATION; in c_parser_asm_statement() local
7073 if (inline_loc) in c_parser_asm_statement()
7076 inform (inline_loc, "first seen here"); in c_parser_asm_statement()
7079 inline_loc = loc; in c_parser_asm_statement()
7107 bool is_inline = (inline_loc != UNKNOWN_LOCATION); in c_parser_asm_statement()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c20230 location_t inline_loc = UNKNOWN_LOCATION; in cp_parser_asm_definition() local
20259 if (inline_loc) in cp_parser_asm_definition()
20263 inform (inline_loc, "first seen here"); in cp_parser_asm_definition()
20266 inline_loc = loc; in cp_parser_asm_definition()
20299 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc21960 location_t inline_loc = UNKNOWN_LOCATION; in cp_parser_asm_definition() local
21989 if (inline_loc) in cp_parser_asm_definition()
21993 inform (inline_loc, "first seen here"); in cp_parser_asm_definition()
21996 inline_loc = loc; in cp_parser_asm_definition()
22029 bool inline_p = (inline_loc != UNKNOWN_LOCATION); in cp_parser_asm_definition()