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

  /src/external/gpl3/gcc/dist/gcc/
dumpfile.cc 2160 /* Verify that IMPL_LOC is within EXPECTED_FILE at EXPECTED_LINE,
2168 int expected_line ATTRIBUTE_UNUSED,
2173 ASSERT_EQ_AT (loc, impl_loc.m_line, expected_line);
2178 /* Verify that IMPL_LOC is within EXPECTED_FILE at EXPECTED_LINE,
2182 #define ASSERT_IMPL_LOCATION_EQ(IMPL_LOC, EXPECTED_FILE, EXPECTED_LINE, \
2186 EXPECTED_FILE, EXPECTED_LINE, \
2200 const int expected_line = __LINE__ - 1; local
2202 "dumpfile.cc", expected_line, "test_impl_location");
2208 const int expected_line = __LINE__ - 1; local
2210 "dumpfile.cc", expected_line, "test_impl_location")
2216 const int expected_line = __LINE__ - 1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.cc 2172 /* Verify that IMPL_LOC is within EXPECTED_FILE at EXPECTED_LINE,
2180 int expected_line ATTRIBUTE_UNUSED,
2185 ASSERT_EQ_AT (loc, impl_loc.m_line, expected_line);
2190 /* Verify that IMPL_LOC is within EXPECTED_FILE at EXPECTED_LINE,
2194 #define ASSERT_IMPL_LOCATION_EQ(IMPL_LOC, EXPECTED_FILE, EXPECTED_LINE, \
2198 EXPECTED_FILE, EXPECTED_LINE, \
2212 const int expected_line = __LINE__ - 1; local
2214 "dumpfile.cc", expected_line, "test_impl_location");
2220 const int expected_line = __LINE__ - 1; local
2222 "dumpfile.cc", expected_line, "test_impl_location")
2228 const int expected_line = __LINE__ - 1; local
    [all...]

Completed in 29 milliseconds