Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.h44 std::unique_ptr<Record::AssertionInfo> Assertion; member
H A DRecord.cpp2402 for (auto &Assertion : Assertions) { in resolveReferences() local
2657 for (auto Assertion : getAssertions()) { in checkRecordAssertions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp134 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp62 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()