Searched refs:init_code (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/usr.bin/menuc/ |
H A D | parse.y | 61 %type <s_value> init_code system helpstr text 70 system : init_code menu_list 77 init_code : /* empty */ { $$ = ""; }
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | loop-unroll.c | 886 rtx_insn *init_code, *branch_code; in unroll_loop_runtime_iterations() local 967 init_code = get_insns (); in unroll_loop_runtime_iterations() 969 unshare_all_rtl_in_chain (init_code); in unroll_loop_runtime_iterations() 972 split_edge_and_insert (loop_preheader_edge (loop), init_code); in unroll_loop_runtime_iterations()
|
H A D | omp-low.c | 6741 tree init_code = NULL_TREE, fini_code = NULL_TREE, in lower_oacc_reductions() local 6897 if (!init_code) in lower_oacc_reductions() 6899 init_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 6916 TREE_TYPE (var), 6, init_code, in lower_oacc_reductions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | loop-unroll.cc | 873 rtx_insn *init_code, *branch_code; in unroll_loop_runtime_iterations() local 948 init_code = get_insns (); in unroll_loop_runtime_iterations() 950 unshare_all_rtl_in_chain (init_code); in unroll_loop_runtime_iterations() 953 split_edge_and_insert (loop_preheader_edge (loop), init_code); in unroll_loop_runtime_iterations()
|
H A D | omp-low.cc | 7438 tree init_code = NULL_TREE, fini_code = NULL_TREE, in lower_oacc_reductions() local 7597 if (!init_code) in lower_oacc_reductions() 7599 init_code = build_int_cst (integer_type_node, in lower_oacc_reductions() 7617 TREE_TYPE (var), 6, init_code, in lower_oacc_reductions()
|
H A D | ChangeLog-2014 | 26302 (unroll_loop_runtime_iterations): Likewise for locals "init_code",
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 7236 tree init_code = NULL; in check_initializer() local 7387 init_code = build_aggr_init_full_exprs (decl, init, flags); in check_initializer() 7391 if (TREE_SIDE_EFFECTS (init_code)) in check_initializer() 7400 if (TREE_CODE (init_code) == EXPR_STMT in check_initializer() 7401 || TREE_CODE (init_code) == STMT_EXPR in check_initializer() 7402 || TREE_CODE (init_code) == CONVERT_EXPR) in check_initializer() 7403 init_code = TREE_OPERAND (init_code, 0); in check_initializer() 7404 else if (TREE_CODE (init_code) == BIND_EXPR) in check_initializer() 7405 init_code = BIND_EXPR_BODY (init_code); in check_initializer() 7409 if (TREE_CODE (init_code) == INIT_EXPR) in check_initializer() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 6678 tree init_code = NULL; in check_initializer() local 6848 init_code = build_aggr_init_full_exprs (decl, init, flags); in check_initializer() 6852 if (TREE_SIDE_EFFECTS (init_code)) in check_initializer() 6859 while (TREE_CODE (init_code) == EXPR_STMT in check_initializer() 6860 || TREE_CODE (init_code) == CONVERT_EXPR) in check_initializer() 6861 init_code = TREE_OPERAND (init_code, 0); in check_initializer() 6862 if (TREE_CODE (init_code) == INIT_EXPR) in check_initializer() 6867 init = TREE_OPERAND (init_code, 1); in check_initializer() 6868 init_code = NULL_TREE; in check_initializer() 6881 && TREE_CODE (init_code) == CALL_EXPR) in check_initializer() [all …]
|