Searched defs:Assertion (Results 1 – 7 of 7) 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()
29 Assertion = 1U << 0, enumerator
43 std::unique_ptr<Record::AssertionInfo> Assertion; member
2870 for (auto &Assertion : Assertions) { resolveReferences() local 3130 for (const auto &Assertion : getAssertions()) { checkRecordAssertions() local
281 void assert(bool Assertion, const char *Msg) { in assert()
142 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
61 assert_with_loc(bool Assertion,const std::string & Str) assert_with_loc() argument