Searched defs:Assertion (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp64 const Expr *Assertion = CE->getArg(0); local
65 SVal AssertionVal = State->getSVal(Assertion, LC);
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp50 static void assert_with_loc(bool Assertion, const std::string &Str) { argument
51 if (!Assertion) {

Completed in 50 milliseconds