Home
last modified time | relevance | path

Searched defs:RetE (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp41 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
81 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
103 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference()
DReturnPointerRangeChecker.cpp39 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
DStackAddrEscapeChecker.cpp122 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
DRetainCountChecker.cpp1356 if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD)) in updateSummaryFromAnnotations() local
1397 if (Optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD)) in updateSummaryFromAnnotations() local
2908 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { in GetReturnType()
3436 const Expr *RetE = S->getRetValue(); in checkPreStmt() local
/external/clang/lib/Sema/
DSemaLambda.cpp687 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp257 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial() local