Home
last modified time | relevance | path

Searched refs:c_parser_asm_goto_operands (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1505 static tree c_parser_asm_goto_operands (c_parser *);
7211 labels = c_parser_asm_goto_operands (parser); in c_parser_asm_statement()
7340 c_parser_asm_goto_operands (c_parser *parser) in c_parser_asm_goto_operands() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc1537 static tree c_parser_asm_goto_operands (c_parser *);
7169 labels = c_parser_asm_goto_operands (parser); in c_parser_asm_statement()
7298 c_parser_asm_goto_operands (c_parser *parser) in c_parser_asm_goto_operands() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20099502 (c_parser_asm_goto_operands): New.