Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c18432 tree asm_expr = tmp; in tsubst_expr() local
18433 if (TREE_CODE (asm_expr) == CLEANUP_POINT_EXPR) in tsubst_expr()
18434 asm_expr = TREE_OPERAND (asm_expr, 0); in tsubst_expr()
18435 ASM_INPUT_P (asm_expr) = ASM_INPUT_P (t); in tsubst_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc19044 tree asm_expr = tmp; in tsubst_expr() local
19045 if (TREE_CODE (asm_expr) == CLEANUP_POINT_EXPR) in tsubst_expr()
19046 asm_expr = TREE_OPERAND (asm_expr, 0); in tsubst_expr()
19047 ASM_INPUT_P (asm_expr) = ASM_INPUT_P (t); in tsubst_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def984 DEFTREECODE (ASM_EXPR, "asm_expr", tcc_statement, 5)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.def996 DEFTREECODE (ASM_EXPR, "asm_expr", tcc_statement, 5)