Home
last modified time | relevance | path

Searched defs:Assertion (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require()
27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations()
/llvm-project/offload/include/Shared/
H A DEnvironment.h29 Assertion = 1U << 0, enumerator
/llvm-project/llvm/lib/TableGen/
H A DTGParser.h43 std::unique_ptr<Record::AssertionInfo> Assertion; member
H A DRecord.cpp2870 for (auto &Assertion : Assertions) { resolveReferences() local
3130 for (const auto &Assertion : getAssertions()) { checkRecordAssertions() local
/llvm-project/bolt/runtime/
H A Dcommon.h281 void assert(bool Assertion, const char *Msg) { in assert()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp142 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp61 assert_with_loc(bool Assertion,const std::string & Str) assert_with_loc() argument