| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-omp.c | 283 rhs = build_binary_op (loc, opcode, rhs, lhs, true); in c_finish_omp_atomic() 285 rhs = build_binary_op (loc, opcode, lhs, rhs, true); in c_finish_omp_atomic() 290 rhs = build_binary_op (loc, opcode, rhs, lhs, true); in c_finish_omp_atomic()
|
| HD | c-common.h | 955 extern tree build_binary_op (location_t, enum tree_code, tree, tree, bool);
|
| HD | c-common.c | 3134 ptrop = build_binary_op (EXPR_LOCATION (TREE_OPERAND (intop, 1)), in pointer_int_sum() 3303 expr = build_binary_op (EXPR_LOCATION (expr), in c_common_truthvalue_conversion() 3451 expr = (build_binary_op in c_common_truthvalue_conversion() 3470 return build_binary_op (location, NE_EXPR, expr, fixed_zero_node, true); in c_common_truthvalue_conversion() 3473 return build_binary_op (location, NE_EXPR, expr, integer_zero_node, true); in c_common_truthvalue_conversion()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-common.h | 880 extern tree build_binary_op (location_t, enum tree_code, tree, tree, int);
|
| HD | c-common.c | 3815 ptrop = build_binary_op (EXPR_LOCATION (TREE_OPERAND (intop, 1)), in pointer_int_sum() 3833 tree t = build_binary_op (loc, in pointer_int_sum() 3998 expr = build_binary_op (EXPR_LOCATION (expr), in c_common_truthvalue_conversion() 4097 expr = (build_binary_op in c_common_truthvalue_conversion() 4116 return build_binary_op (location, NE_EXPR, expr, fixed_zero_node, 1); in c_common_truthvalue_conversion() 4119 return build_binary_op (location, NE_EXPR, expr, integer_zero_node, 1); in c_common_truthvalue_conversion()
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-act.c | 9831 build_binary_op (location, in objc_finish_foreach_loop() 9905 build_binary_op in objc_finish_foreach_loop() 9944 build_binary_op (location, in objc_finish_foreach_loop() 9957 build_binary_op (location, in objc_finish_foreach_loop() 10007 build_binary_op (location, in objc_finish_foreach_loop()
|
| HD | objc-next-runtime-abi-02.c | 1639 ifexp = build_binary_op (input_location, NE_EXPR, in build_v2_build_objc_method_call()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | c-typeck.c | 2448 (loc, build_binary_op (loc, PLUS_EXPR, ar, index, 0), in build_array_ref() 3338 result.value = build_binary_op (location, code, in parser_build_binary_op() 3490 op0 = build_binary_op (loc, in pointer_diff() 4956 newrhs = build_binary_op (location, in build_modify_expr() 9572 build_binary_op (location_t location, enum tree_code code, in build_binary_op() function
|
| HD | c-decl.c | 7650 = build_binary_op (EXPR_LOC_OR_HERE (value), in build_enumerator()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-typeck.c | 2722 ret = build_indirect_ref (loc, build_binary_op (loc, PLUS_EXPR, ar, in build_array_ref() 3635 result.value = build_binary_op (location, code, in parser_build_binary_op() 3840 op0 = build_binary_op (loc, MINUS_EXPR, convert (inttype, op0), in pointer_diff() 4131 rhs = build_binary_op (loc, modifycode, old, val, true); in build_atomic_assign() 5914 newrhs = build_binary_op (location, in build_modify_expr() 10996 build_binary_op (location_t location, enum tree_code code, in build_binary_op() function
|
| HD | c-decl.c | 8667 = build_binary_op (EXPR_LOC_OR_LOC (value, input_location), in build_enumerator()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | typeck.c | 3636 build_binary_op (location_t location, enum tree_code code, tree op0, tree op1, in build_binary_op() function 4720 return build_binary_op (EXPR_LOCATION (expr), in cp_truthvalue_conversion()
|
| HD | parser.c | 9550 *end = build_binary_op (input_location, PLUS_EXPR, in cp_parser_perform_range_for_lookup()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | typeck.c | 4150 build_binary_op (location_t location, enum tree_code code, tree op0, tree op1, in build_binary_op() function 5745 return build_binary_op (input_location, NE_EXPR, expr, nullptr_node, true); in cp_truthvalue_conversion()
|
| HD | parser.c | 12033 *end = build_binary_op (input_location, PLUS_EXPR, in cp_parser_perform_range_for_lookup()
|