Home
last modified time | relevance | path

Searched refs:ASM_STRING (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-pretty-print.c1970 dump_generic_node (buffer, ASM_STRING (node), spc, flags, false); in dump_generic_node()
HDtree.def885 /* Used to represent an inline assembly statement. ASM_STRING returns a
HDtree.h1754 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
HDgimplify.c5227 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-pretty-print.c2736 dump_generic_node (pp, ASM_STRING (node), spc, flags, false); in dump_generic_node()
HDtree.def980 /* Used to represent an inline assembly statement. ASM_STRING returns a
HDtree.h1257 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
HDgimplify.c6382 stmt = gimple_build_asm_vec (TREE_STRING_POINTER (ASM_STRING (expr)), in gimplify_asm_expr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi1806 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/
HDpt.c12802 RECUR (ASM_STRING (t)), in tsubst_expr()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDpt.c16990 tree string = RECUR (ASM_STRING (t)); in tsubst_expr()