Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c72 dump_child ("strg", ASM_STRING (t));
H A Dc-semantics.c852 genrtl_asm_stmt (ASM_CV_QUAL (t), ASM_STRING (t),
H A Dc-common.h1021 #define ASM_STRING(NODE) TREE_OPERAND (ASM_STMT_CHECK (NODE), 1) macro
H A Dc-pretty-print.c1431 pp_c_string_literal (ppi, ASM_STRING (stmt));
H A DChangeLog.3708 (ASM_STRING): Likewise.
864 (ASM_STRING): Likewise.
/openbsd-src/gnu/gcc/gcc/
H A Dstmt.c1097 expand_asm (ASM_STRING (exp), ASM_VOLATILE_P (exp)); in expand_asm_expr()
1112 expand_asm_operands (ASM_STRING (exp), outputs, ASM_INPUTS (exp), in expand_asm_expr()
H A Dtree-pretty-print.c1569 dump_generic_node (buffer, ASM_STRING (node), spc, flags, false); in dump_generic_node()
H A Dtree.def854 /* Used to represent an inline assembly statement. ASM_STRING returns a
H A Dtree.h1511 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1270 @findex ASM_STRING
1415 The @code{ASM_STRING} macro will return a @code{STRING_CST} node for
1424 The first string is the @code{ASM_STRING}, containing the instruction
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1577 The @code{ASM_STRING} macro will return a @code{STRING_CST} node for
1586 The first string is the @code{ASM_STRING}, containing the instruction
H A Dgccint.info5261 The `ASM_STRING' macro will return a `STRING_CST' node for `"mov
5268 The first string is the `ASM_STRING', containing the instruction
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c7876 tsubst_expr (ASM_STRING (t), args, complain, in_decl),
H A DChangeLog12882 (ASM_STRING): Likewise.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c8686 RECUR (ASM_STRING (t)), in tsubst_expr()
H A DChangeLog-20003010 (ASM_STRING): Likewise.