Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Testing/Annotations/
HDAnnotations.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()
/freebsd-head/contrib/llvm-project/llvm/lib/TableGen/
HDTGParser.h43 std::unique_ptr<Record::AssertionInfo> Assertion; member
HDRecord.cpp2870 for (auto &Assertion : Assertions) { in resolveReferences() local
3130 for (const auto &Assertion : getAssertions()) { in checkRecordAssertions() local
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDExprInspectionChecker.cpp142 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
/freebsd-head/contrib/llvm-project/clang/utils/TableGen/
HDNeonEmitter.cpp61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()