Home
last modified time | relevance | path

Searched refs:CheckError (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/affinity/format/
H A Dcheck.py7 class CheckError(Exception): class in Checks
41 … raise Checks.CheckError('{}: Output was found when expecting none.'.format(self.prefix))
56 raise Checks.CheckError('{}: Did not find: {}'.format(self.prefix, c))
60 raise Checks.CheckError('{}: Extra output: {}'.format(self.prefix, self.lines))
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp331 CheckError(symbol); in SetError()
335 void SemanticsContext::CheckError(const Symbol &symbol) { in CheckError() function in Fortran::semantics::SemanticsContext
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h240 void CheckError(const Symbol &);
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp5841 auto CheckError = [&Importer](Decl *FromD) { in TEST_P() local
5846 CheckError(FromFooA); in TEST_P()
5848 CheckError(FromFooB); in TEST_P()
5850 CheckError(FromFooC); in TEST_P()