Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h43 std::unique_ptr<Record::AssertionInfo> Assertion; member
H A DRecord.cpp2870 for (auto &Assertion : Assertions) { in resolveReferences() local
3130 for (const auto &Assertion : getAssertions()) { in checkRecordAssertions() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()