HomeSort by: relevance | last modified time | path
    Searched defs:Assertion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 128 return "Missing assertion argument";
134 const Expr *Assertion = CE->getArg(0);
135 SVal AssertionVal = State->getSVal(Assertion, LC);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.h 44 std::unique_ptr<Record::AssertionInfo> Assertion;
52 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion)
53 : Assertion(std::move(Assertion)) {}
186 // to PopLocalScope which will check by assertion that the pushes and pops

Completed in 27 milliseconds