Home
last modified time | relevance | path

Searched refs:errorIsA (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/X86/
H A DTestIncrementalMCA.cpp50 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()
151 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DError.h589 template <typename ErrT> bool errorIsA() const { in errorIsA() function
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilder.cpp529 assert((Result || Result.template errorIsA<StringError>()) &&