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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 2310 assert_token_loc_eq (const location &loc, function in namespace:selftest
2330 /* Use assert_token_loc_eq to verify the TOK->src_loc, using
2333 #define ASSERT_TOKEN_LOC_EQ(TOK, EXP_FILENAME, EXP_LINENUM, \
2335 assert_token_loc_eq (SELFTEST_LOCATION, (TOK), (EXP_FILENAME), \
2370 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 1, 1, 9);
2376 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 2, 35, 48);
2382 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 4, 4, 5);
2769 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 20);
2818 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 20);
2870 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 23)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 2148 assert_token_loc_eq (const location &loc, function in namespace:selftest
2168 /* Use assert_token_loc_eq to verify the TOK->src_loc, using
2171 #define ASSERT_TOKEN_LOC_EQ(TOK, EXP_FILENAME, EXP_LINENUM, \
2173 assert_token_loc_eq (SELFTEST_LOCATION, (TOK), (EXP_FILENAME), \
2208 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 1, 1, 9);
2214 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 2, 35, 48);
2220 ASSERT_TOKEN_LOC_EQ (tok, tmp.get_filename (), 4, 4, 5);
2604 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 20);
2653 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 20);
2705 ASSERT_TOKEN_LOC_EQ (tok, test.m_tempfile.get_filename (), 1, 9, 23)
    [all...]

Completed in 19 milliseconds