Searched refs:ASM_STRING (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-pretty-print.c | 1970 dump_generic_node (buffer, ASM_STRING (node), spc, flags, false); in dump_generic_node()
|
| HD | tree.def | 885 /* Used to represent an inline assembly statement. ASM_STRING returns a
|
| HD | tree.h | 1754 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
|
| HD | gimplify.c | 5227 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-pretty-print.c | 2736 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
|
| HD | tree.def | 980 /* Used to represent an inline assembly statement. ASM_STRING returns a
|
| HD | tree.h | 1257 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
|
| HD | gimplify.c | 6382 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | generic.texi | 1806 The @code{ASM_STRING} macro will return a @code{STRING_CST} node for 1815 The first string is the @code{ASM_STRING}, containing the instruction
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | pt.c | 12802 RECUR (ASM_STRING (t)), in tsubst_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | pt.c | 16990 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()
|