Searched defs:Assertion (Results 1 – 4 of 4) sorted by relevance
19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require()27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations()
43 std::unique_ptr<Record::AssertionInfo> Assertion; member
2870 for (auto &Assertion : Assertions) { in resolveReferences() local3130 for (const auto &Assertion : getAssertions()) { in checkRecordAssertions() local
61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()