Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDpt.c8453 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain, in tsubst_copy_asm_operands() function
8456 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands()
8710 tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, complain, in_decl), in tsubst_expr()
8711 tsubst_copy_asm_operands (ASM_INPUTS (t), args, complain, in_decl), in tsubst_expr()
8712 tsubst_copy_asm_operands (ASM_CLOBBERS (t), args, complain, in_decl)); in tsubst_expr()
HDChangeLog3977 * pt.c (tsubst_copy_asm_operands): New function.