Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp40 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
81 const Expr *RetE, const Expr *TrackingE = nullptr) { in emitBug()
98 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference()
H A DReturnPointerRangeChecker.cpp42 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
H A DStackAddrEscapeChecker.cpp255 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
[all...]
/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp990 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD)) in updateSummaryFromAnnotations() local
1017 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD)) in updateSummaryFromAnnotations() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp393 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { in GetReturnType()
978 const Expr *RetE = S->getRetValue(); in processReturn() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp242 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); computeObjectUnderConstruction() local
H A DBugReporterVisitors.cpp1052 const Expr *RetE = Ret->getRetValue(); visitNodeInitial() local
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp758 const Expr *RetE = RS->getRetValue(); deduceClosureReturnType() local