Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc18053 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()
DChangeLog-20122735 * pt.c (tsubst_copy_asm_operands): For LABEL_DECL values call
DChangeLog-2005393 * pt.c (tsubst_copy_asm_operands): New function.
DChangeLog-20091318 * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.