HomeSort by: relevance | last modified time | path
    Searched defs:tsubst_copy_asm_operands (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 17941 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain,
17944 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl)
18948 tree outputs = tsubst_copy_asm_operands (ASM_OUTPUTS (t), args,
18950 tree inputs = tsubst_copy_asm_operands (ASM_INPUTS (t), args,
18952 tree clobbers = tsubst_copy_asm_operands (ASM_CLOBBERS (t), args,
18954 tree labels = tsubst_copy_asm_operands (ASM_LABELS (t), args,
17940 tsubst_copy_asm_operands (tree t, tree args, tsubst_flags_t complain, function

Completed in 36 milliseconds