HomeSort by: relevance | last modified time | path
    Searched refs:not_aaa (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
input.cc 2236 const location_t not_aaa = make_location (c11, aaa, c14); local
2237 ASSERT_EQ (c11, get_pure_location (not_aaa));
2240 ASSERT_EQ (c12, get_start (not_aaa));
2241 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa)));
2242 ASSERT_EQ (c14, get_finish (not_aaa));
2243 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa)));
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 2075 const location_t not_aaa = make_location (c11, aaa, c14); local
2076 ASSERT_EQ (c11, get_pure_location (not_aaa));
2079 ASSERT_EQ (c12, get_start (not_aaa));
2080 ASSERT_FALSE (IS_ADHOC_LOC (get_start (not_aaa)));
2081 ASSERT_EQ (c14, get_finish (not_aaa));
2082 ASSERT_FALSE (IS_ADHOC_LOC (get_finish (not_aaa)));

Completed in 31 milliseconds