Searched defs:Assertion (Results 1 – 5 of 5) 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()
44 std::unique_ptr<Record::AssertionInfo> Assertion; member
2402 for (auto &Assertion : Assertions) { in resolveReferences() local2657 for (auto Assertion : getAssertions()) { in checkRecordAssertions() local
134 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
62 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc()