Searched refs:ASM_LABELS (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.def | 982 for the statement. ASM_LABELS, if present, indicates various destinations
|
H A D | tree.h | 1288 #define ASM_LABELS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 4) macro
|
H A D | gimplify.c | 6520 for (link = ASM_LABELS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.def | 994 for the statement. ASM_LABELS, if present, indicates various destinations
|
H A D | tree.h | 1317 #define ASM_LABELS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 4) macro
|
H A D | gimplify.cc | 6838 for (link = ASM_LABELS (expr); link; ++i, link = link_next) in gimplify_asm_expr()
|
H A D | ChangeLog-2009 | 9498 * tree.h (ASM_LABELS): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 18427 tree labels = tsubst_copy_asm_operands (ASM_LABELS (t), args, in tsubst_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | pt.cc | 19039 tree labels = tsubst_copy_asm_operands (ASM_LABELS (t), args, in tsubst_expr()
|