| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | convert.c | 45 : build2_loc (LOC, CODE, TYPE, EXPR1, EXPR2)) 137 return build2_loc (EXPR_LOCATION (expr), COMPOUND_EXPR, TREE_TYPE (t), in convert_to_real_1() 537 return build2_loc (EXPR_LOCATION (expr), COMPOUND_EXPR, TREE_TYPE (t), in convert_to_integer_1() 1059 return build2_loc (EXPR_LOCATION (expr), COMPOUND_EXPR, in convert_to_complex_1()
|
| HD | fold-const.c | 915 return build2_loc (loc, MINUS_EXPR, type, in associate_trees() 920 return build2_loc (loc, MINUS_EXPR, type, in associate_trees() 933 return build2_loc (loc, code, type, fold_convert_loc (loc, type, t1), in associate_trees() 3737 return build2_loc (loc, COMPOUND_EXPR, type, in omit_one_operand_loc() 3759 t = build2_loc (loc, COMPOUND_EXPR, type, omitted2, t); in omit_two_operands_loc() 3761 t = build2_loc (loc, COMPOUND_EXPR, type, omitted1, t); in omit_two_operands_loc() 3798 tree ret = build2_loc (loc, code, type, TREE_OPERAND (arg, 0), in fold_truth_not_expr() 3813 return build2_loc (loc, TRUTH_OR_EXPR, type, in fold_truth_not_expr() 3820 return build2_loc (loc, TRUTH_AND_EXPR, type, in fold_truth_not_expr() 3831 return build2_loc (loc, TRUTH_XOR_EXPR, type, TREE_OPERAND (arg, 0), in fold_truth_not_expr() [all …]
|
| HD | tree-ssa-dce.c | 1191 result = build2_loc (gimple_location (stmt), COMPLEX_EXPR, in maybe_optimize_arith_overflow()
|
| HD | tree-ssa-strlen.c | 2771 arg1 = build2_loc (loc, MEM_REF, type, arg1, off); in handle_builtin_memcmp() 2772 arg2 = build2_loc (loc, MEM_REF, type, arg2, off); in handle_builtin_memcmp()
|
| HD | tree-if-conv.c | 1287 tree c = build2_loc (loc, gimple_cond_code (stmt), in predicate_bbs()
|
| HD | omp-expand.c | 6053 call = build2_loc (loc, MODIFY_EXPR, void_type_node, loaded_val, call); in expand_omp_atomic_load() 6130 call = build2_loc (loc, MODIFY_EXPR, void_type_node, loaded_val, call); in expand_omp_atomic_store() 6274 call = build2_loc (loc, MODIFY_EXPR, void_type_node, lhs, call); in expand_omp_atomic_fetch_op()
|
| HD | tree-vect-patterns.c | 3481 cond_expr = build2_loc (loc, rhs_code, itype, rhs1, rhs2); in adjust_bool_pattern()
|
| HD | gimplify.c | 11087 tree t = build2_loc (EXPR_LOCATION (rhs), in gimplify_omp_atomic() 11566 *expr_p = build2_loc (input_location, BIT_XOR_EXPR, in gimplify_expr()
|
| HD | tree.h | 4119 build2_loc (location_t loc, enum tree_code code, tree type, tree arg0, in build2_loc() function
|
| HD | gimple-fold.c | 4329 result = build2_loc (gimple_location (stmt), COMPLEX_EXPR, in gimple_fold_call()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-ubsan.c | 80 tree cond = build2_loc (loc, NE_EXPR, boolean_type_node, op, in cp_ubsan_instrument_vptr()
|
| HD | cp-gimplify.c | 336 *stmt_p = build2_loc (stmt_locus, SWITCH_EXPR, type, cond, body); in genericize_switch_stmt() 1196 *stmt_p = build2_loc (EXPR_LOCATION (stmt), in cp_genericize_r() 2398 x = build2_loc (loc, code, TREE_TYPE (org_x), op0, op1); in cp_fold() 2531 r = build2_loc (loc, INIT_EXPR, TREE_TYPE (s), s, r); in cp_fold()
|
| HD | constexpr.c | 1883 build2_loc (loc, code, type, lhs, rhs)); in cxx_eval_check_shift_p() 1891 build2_loc (loc, code, type, lhs, rhs)); in cxx_eval_check_shift_p() 1908 build2_loc (loc, code, type, lhs, rhs)); in cxx_eval_check_shift_p() 1927 build2_loc (loc, code, type, lhs, rhs)); in cxx_eval_check_shift_p() 2086 r = build2_loc (loc, code, type, lhs, rhs); in cxx_eval_binary_expression()
|
| HD | typeck.c | 5410 result = build2_loc (location, resultcode, build_type, op0, op1); in cp_build_binary_op() 5561 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 5587 result = build2_loc (loc, EXACT_DIV_EXPR, inttype, op0, in pointer_diff()
|
| HD | init.c | 3880 tree cond = build2_loc (input_location, NE_EXPR, boolean_type_node, base, in build_vec_delete_1()
|
| HD | class.c | 408 null_test = build2_loc (input_location, NE_EXPR, boolean_type_node, in build_base_path()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 896 return build2_loc (loc, MINUS_EXPR, type, in associate_trees() 901 return build2_loc (loc, MINUS_EXPR, type, in associate_trees() 914 return build2_loc (loc, code, type, fold_convert_loc (loc, type, t1), in associate_trees() 2998 return build2_loc (loc, COMPOUND_EXPR, type, in omit_one_operand_loc() 3019 return build2_loc (loc, COMPOUND_EXPR, type, in pedantic_omit_one_operand_loc() 3041 t = build2_loc (loc, COMPOUND_EXPR, type, omitted2, t); in omit_two_operands_loc() 3043 t = build2_loc (loc, COMPOUND_EXPR, type, omitted1, t); in omit_two_operands_loc() 3080 return build2_loc (loc, code, type, TREE_OPERAND (arg, 0), in fold_truth_not_expr() 3092 return build2_loc (loc, TRUTH_OR_EXPR, type, in fold_truth_not_expr() 3099 return build2_loc (loc, TRUTH_AND_EXPR, type, in fold_truth_not_expr() [all …]
|
| HD | tree-vect-patterns.c | 2127 cond_expr = build2_loc (loc, rhs_code, itype, rhs1, rhs2); in adjust_bool_pattern()
|
| HD | omp-low.c | 5040 call = build2_loc (loc, MODIFY_EXPR, void_type_node, loaded_val, call); in expand_omp_atomic_load() 5114 call = build2_loc (loc, MODIFY_EXPR, void_type_node, loaded_val, call); in expand_omp_atomic_store() 5247 call = build2_loc (loc, MODIFY_EXPR, void_type_node, lhs, call); in expand_omp_atomic_fetch_op()
|
| HD | gimple-fold.c | 425 result = build2_loc (gimple_location (stmt), BIT_XOR_EXPR, in fold_gimple_assign()
|
| HD | tree.h | 4261 #define build2_loc(l,c,t1,t2,t3) build2_stat_loc (l,c,t1,t2,t3 MEM_STAT_INFO) macro
|
| HD | gimplify.c | 6997 *expr_p = build2_loc (input_location, BIT_XOR_EXPR, in gimplify_expr()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | gimple-parser.c | 552 ret.value = build2_loc (ret_loc, code, ret_type, lhs.value, rhs.value); in c_parser_gimple_binary_expression() 864 expr.value = build2_loc (loc, MEM_REF, in c_parser_gimple_postfix_expression()
|
| HD | c-typeck.c | 3847 op0 = build2_loc (loc, POINTER_DIFF_EXPR, inttype, op0, op1); in pointer_diff() 12971 t = build2_loc (OMP_CLAUSE_LOCATION (c), POINTER_PLUS_EXPR, in handle_omp_array_sections()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-warn.c | 2315 build2_loc (loc, LSHIFT_EXPR, type0, op0, op1), in maybe_warn_shift_overflow()
|