Searched refs:ASM_STRING (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 72 dump_child ("strg", ASM_STRING (t));
|
| H A D | c-semantics.c | 852 genrtl_asm_stmt (ASM_CV_QUAL (t), ASM_STRING (t),
|
| H A D | c-common.h | 1021 #define ASM_STRING(NODE) TREE_OPERAND (ASM_STMT_CHECK (NODE), 1) macro
|
| H A D | c-pretty-print.c | 1431 pp_c_string_literal (ppi, ASM_STRING (stmt));
|
| H A D | ChangeLog.3 | 708 (ASM_STRING): Likewise. 864 (ASM_STRING): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stmt.c | 1097 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 D | tree-pretty-print.c | 1569 dump_generic_node (buffer, ASM_STRING (node), spc, flags, false); in dump_generic_node()
|
| H A D | tree.def | 854 /* Used to represent an inline assembly statement. ASM_STRING returns a
|
| H A D | tree.h | 1511 #define ASM_STRING(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 0) macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1270 @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 D | c-tree.texi | 1577 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 D | gccint.info | 5261 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 D | pt.c | 7876 tsubst_expr (ASM_STRING (t), args, complain, in_decl),
|
| H A D | ChangeLog | 12882 (ASM_STRING): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | pt.c | 8686 RECUR (ASM_STRING (t)), in tsubst_expr()
|
| H A D | ChangeLog-2000 | 3010 (ASM_STRING): Likewise.
|