HomeSort by relevance Sort by last modified time
    Searched refs:CaughtErrorExtraInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
ErrorTest.cpp 243 int CaughtErrorExtraInfo = 0;
247 CaughtErrorExtraInfo = SE.getExtraInfo();
250 EXPECT_TRUE(CaughtErrorInfo == 42 && CaughtErrorExtraInfo == 7)
258 int CaughtErrorExtraInfo = 0;
263 CaughtErrorExtraInfo = SE.getExtraInfo();
267 EXPECT_TRUE(CaughtErrorInfo == 42 && CaughtErrorExtraInfo == 7 &&
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ErrorTest.cpp 248 int CaughtErrorExtraInfo = 0;
252 CaughtErrorExtraInfo = SE.getExtraInfo();
255 EXPECT_TRUE(CaughtErrorInfo == 42 && CaughtErrorExtraInfo == 7)
263 int CaughtErrorExtraInfo = 0;
268 CaughtErrorExtraInfo = SE.getExtraInfo();
272 EXPECT_TRUE(CaughtErrorInfo == 42 && CaughtErrorExtraInfo == 7 &&

Completed in 213 milliseconds