Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.h44 std::unique_ptr<Record::AssertionInfo> Assertion; member
H A DRecord.cpp2623 for (auto &Assertion : Assertions) { in resolveReferences() local
2878 for (const auto &Assertion : getAssertions()) { in checkRecordAssertions() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp142 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DNeonEmitter.cpp61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()