Searched refs:resolve_asm_operand_names (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | stmt.h | 28 extern tree resolve_asm_operand_names (tree, tree, tree, tree);
|
H A D | stmt.c | 536 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels) in resolve_asm_operand_names() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stmt.c | 668 string = resolve_asm_operand_names (string, outputs, inputs, labels); in expand_asm_operands() 1309 resolve_asm_operand_names (tree string, tree outputs, tree inputs, tree labels) in resolve_asm_operand_names() function
|
H A D | tree.h | 5714 extern tree resolve_asm_operand_names (tree, tree, tree, tree);
|
H A D | c-typeck.c | 8601 string = resolve_asm_operand_names (string, outputs, inputs, labels); in build_asm_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | semantics.c | 1332 string = resolve_asm_operand_names (string, output_operands, in finish_asm_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | semantics.c | 1488 string = resolve_asm_operand_names (string, output_operands, in finish_asm_stmt()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 10012 string = resolve_asm_operand_names (string, outputs, inputs, labels); in build_asm_expr()
|