Searched refs:not_aaa (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2075 const location_t not_aaa = make_location (c11, aaa, c14); in test_make_location_nonpure_range_endpoints() local 2076 ASSERT_EQ (c11, get_pure_location (not_aaa)); in test_make_location_nonpure_range_endpoints() 2079 ASSERT_EQ (c12, get_start (not_aaa)); in test_make_location_nonpure_range_endpoints() 2080 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa))); in test_make_location_nonpure_range_endpoints() 2081 ASSERT_EQ (c14, get_finish (not_aaa)); in test_make_location_nonpure_range_endpoints() 2082 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa))); in test_make_location_nonpure_range_endpoints()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 1915 const location_t not_aaa = make_location (c11, aaa, c14); in test_make_location_nonpure_range_endpoints() local 1916 ASSERT_EQ (c11, get_pure_location (not_aaa)); in test_make_location_nonpure_range_endpoints() 1919 ASSERT_EQ (c12, get_start (not_aaa)); in test_make_location_nonpure_range_endpoints() 1920 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa))); in test_make_location_nonpure_range_endpoints() 1921 ASSERT_EQ (c14, get_finish (not_aaa)); in test_make_location_nonpure_range_endpoints() 1922 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa))); in test_make_location_nonpure_range_endpoints()
|