Searched refs:asm_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | svalue.h | 1450 const char *asm_string, 1453 : m_type (type), m_asm_string (asm_string), m_output_idx (output_idx), 1503 const char *asm_string, 1508 m_asm_string (asm_string),
|
H A D | region-model-manager.cc | 1276 const char *asm_string = gimple_asm_string (asm_stmt); in get_or_create_asm_output_svalue() local 1279 asm_output_svalue::key_t key (type, asm_string, output_idx, inputs); in get_or_create_asm_output_svalue() 1283 = new asm_output_svalue (type, asm_string, output_idx, noutputs, inputs); in get_or_create_asm_output_svalue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2005 | 35603 * c-parse.in (asm_string): Add trailing semicolon. 35607 * c-parse.in (asm_string): New. Don't allow wide strings in 35610 asm_string instead of STRING.
|