Searched refs:not_aaa (Results 1 – 1 of 1) sorted by relevance
2075 const location_t not_aaa = make_location (c11, aaa, c14); in test_make_location_nonpure_range_endpoints() local2076 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()