Searched refs:Assertion (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Testing/Support/
H A DAnnotations.cpp19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { argument
20 if (!Assertion) {
27 auto Require = [Text](bool Assertion, const char *Msg) {
28 require(Assertion, Msg, Text);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp126 const Expr *Assertion = CE->getArg(0); local
127 SVal AssertionVal = State->getSVal(Assertion, LC);
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp62 static void assert_with_loc(bool Assertion, const std::string &Str) { argument
63 if (!Assertion) {

Completed in 100 milliseconds