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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c8449 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain,
8452 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl)
8706 tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, complain, in_decl),
8707 tsubst_copy_asm_operands (ASM_INPUTS (t), args, complain, in_decl),
8708 tsubst_copy_asm_operands (ASM_CLOBBERS (t), args, complain, in_decl));
8448 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain, function

Completed in 63 milliseconds