Searched refs:aaa_eq_bbb (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | input.cc | 2085 const location_t aaa_eq_bbb = make_location (c12, c12, c21); in test_make_location_nonpure_range_endpoints() local 2086 ASSERT_EQ (c12, get_pure_location (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 2087 ASSERT_EQ (c12, get_start (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 2088 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 2089 ASSERT_EQ (c21, get_finish (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 2090 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 2091 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); in test_make_location_nonpure_range_endpoints()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | input.c | 1925 const location_t aaa_eq_bbb = make_location (c12, c12, c21); in test_make_location_nonpure_range_endpoints() local 1926 ASSERT_EQ (c12, get_pure_location (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 1927 ASSERT_EQ (c12, get_start (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 1928 ASSERT_FALSE (IS_ADHOC_LOC (get_start (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 1929 ASSERT_EQ (c21, get_finish (aaa_eq_bbb)); in test_make_location_nonpure_range_endpoints() 1930 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (aaa_eq_bbb))); in test_make_location_nonpure_range_endpoints() 1931 const location_t not_aaa_eq_bbb = make_location (c11, c12, aaa_eq_bbb); in test_make_location_nonpure_range_endpoints()
|