Searched refs:int_m3 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model.cc | 4701 tree int_m3 = build_int_cst (integer_type_node, -3); in test_struct() local 4706 model.set_value (c_y, int_m3, NULL); in test_struct() 5209 tree int_m3 = build_int_cst (integer_type_node, -3); in test_compound_assignment() local 5214 model.set_value (c_y, int_m3, NULL); in test_compound_assignment() 6187 tree int_m3 = build_int_cst (integer_type_node, -3); in test_var() local 6208 model.set_value (i, int_m3, NULL); in test_var() 6210 model.get_rvalue (int_m3, NULL)); in test_var() 6244 tree int_m3 = build_int_cst (integer_type_node, -3); in test_array_2() local 6251 model.set_value (arr_1, int_m3, NULL); in test_array_2() 6254 ASSERT_EQ (model.get_rvalue (arr_1, NULL), model.get_rvalue (int_m3, NULL)); in test_array_2()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | region-model.cc | 7618 tree int_m3 = build_int_cst (integer_type_node, -3); in test_dump_2() local 7622 model.set_value (c_y, int_m3, NULL); in test_dump_2() 8021 tree int_m3 = build_int_cst (integer_type_node, -3); in test_compound_assignment() local 8025 model.set_value (c_y, int_m3, NULL); in test_compound_assignment()
|