Searched refs:tsubst_copy_asm_operands (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | pt.cc | 18053 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain, in tsubst_copy_asm_operands() function 18056 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() 19033 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, in tsubst_expr() 19035 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args, in tsubst_expr() 19037 tree clobbers = tsubst_copy_asm_operands (ASM_CLOBBERS (t), args, in tsubst_expr() 19039 tree labels = tsubst_copy_asm_operands (ASM_LABELS (t), args, in tsubst_expr()
|
| D | ChangeLog-2012 | 2735 * pt.c (tsubst_copy_asm_operands): For LABEL_DECL values call
|
| D | ChangeLog-2005 | 393 * pt.c (tsubst_copy_asm_operands): New function.
|
| D | ChangeLog-2009 | 1318 * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.
|