| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ipa-pure-const.c | 271 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands() 279 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| H A D | ipa-reference.c | 391 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands() 399 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| H A D | ipa-type-escape.c | 974 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands() 982 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| H A D | tree-nested.c | 554 int noutputs = list_length (ASM_OUTPUTS (stmt)); in walk_asm_expr() 563 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in walk_asm_expr()
|
| H A D | tree-ssa-operands.c | 1723 int noutputs = list_length (ASM_OUTPUTS (stmt)); in get_asm_expr_operands() 1731 for (i=0, link = ASM_OUTPUTS (stmt); link; ++i, link = TREE_CHAIN (link)) in get_asm_expr_operands()
|
| H A D | tree-outof-ssa.c | 765 noutputs = list_length (ASM_OUTPUTS (stmt)); in coalesce_asm_operands() 767 for (i = 0, link = ASM_OUTPUTS (stmt); link; in coalesce_asm_operands()
|
| H A D | tree-sra.c | 852 sra_walk_tree_list (ASM_OUTPUTS (expr), bsi, true, fns); in sra_walk_asm_expr()
|
| H A D | tree-ssa-alias.c | 836 lhs = ASM_OUTPUTS (stmt); in count_uses_and_derefs()
|
| H A D | stmt.c | 1101 outputs = ASM_OUTPUTS (exp); in expand_asm_expr()
|
| H A D | gimplify.c | 3922 int noutputs = list_length (ASM_OUTPUTS (expr)); in gimplify_asm_expr() 3932 for (i = 0, link = ASM_OUTPUTS (expr); link; ++i, link = TREE_CHAIN (link)) in gimplify_asm_expr()
|
| H A D | tree-pretty-print.c | 1571 dump_generic_node (buffer, ASM_OUTPUTS (node), spc, flags, false); in dump_generic_node()
|
| H A D | tree.def | 855 STRING_CST for the instruction (e.g., "mov x, y"). ASM_OUTPUTS,
|
| H A D | tree.h | 1512 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_EXPR_CHECK (NODE), 1) macro
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 73 dump_child ("outs", ASM_OUTPUTS (t));
|
| H A D | c-pretty-print.c | 1425 || ASM_OUTPUTS (stmt) || ASM_CLOBBERS (stmt); 1436 if (ASM_OUTPUTS (stmt)) 1437 pp_c_expression (ppi, ASM_OUTPUTS (stmt));
|
| H A D | c-semantics.c | 853 ASM_OUTPUTS (t), ASM_INPUTS (t),
|
| H A D | c-common.h | 1022 #define ASM_OUTPUTS(NODE) TREE_OPERAND (ASM_STMT_CHECK (NODE), 2) macro
|
| H A D | ChangeLog.3 | 709 (ASM_OUTPUTS): Likewise. 865 (ASM_OUTPUTS): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1273 @findex ASM_OUTPUTS 1417 extended-assembly syntax, then @code{ASM_OUTPUTS},
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | pt.c | 7877 tsubst_expr (ASM_OUTPUTS (t), args, complain, in_decl),
|
| H A D | ChangeLog | 12883 (ASM_OUTPUTS): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | pt.c | 8687 tsubst_copy_asm_operands (ASM_OUTPUTS (t), args, complain, in_decl), in tsubst_expr()
|
| H A D | ChangeLog-2000 | 3011 (ASM_OUTPUTS): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1579 extended-assembly syntax, then @code{ASM_OUTPUTS},
|
| H A D | gccint.info | 5263 extended-assembly syntax, then `ASM_OUTPUTS', `ASM_INPUTS', and
|