HomeSort by relevance Sort by last modified time
    Searched defs:RetE (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 37 const Expr *RetE = RS->getRetValue();
38 if (!RetE)
41 if (!C.getState()->getSVal(RetE).isUndef())
56 report->addRange(RetE->getSourceRange());
57 report->addVisitor(bugreporter::getTrackNullOrUndefValueVisitor(N, RetE));
ReturnPointerRangeChecker.cpp 38 const Expr *RetE = RS->getRetValue();
39 if (!RetE)
42 SVal V = state->getSVal(RetE);
84 report->addRange(RetE->getSourceRange());
StackAddrEscapeChecker.cpp 37 const Expr *RetE) const;
92 const Expr *RetE) const {
108 report->addRange(RetE->getSourceRange());
118 const Expr *RetE = RS->getRetValue();
119 if (!RetE)
122 SVal V = C.getState()->getSVal(RetE);
134 EmitStackError(C, R, RetE);
StreamChecker.cpp 444 const Expr *RetE = S->getRetValue();
445 if (!RetE)
449 SymbolRef Sym = state->getSVal(RetE).getAsSymbol();
RetainCountChecker.cpp     [all...]

Completed in 486 milliseconds