Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DReturnUndefChecker.cpp40 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
80 static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, in emitBug()
103 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference()
DReturnPointerRangeChecker.cpp40 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
DStackAddrEscapeChecker.cpp249 const Expr *RetE = RS->getRetValue(); in checkPreStmt() local
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DRetainSummaryManager.cpp994 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, FD)) in updateSummaryFromAnnotations() local
1021 if (std::optional<RetEffect> RetE = getRetEffectFromAnnotations(RetTy, MD)) in updateSummaryFromAnnotations() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.cpp395 static QualType GetReturnType(const Expr *RetE, ASTContext &Ctx) { in GetReturnType()
980 const Expr *RetE = S->getRetValue(); in processReturn() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp241 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction() local
DBugReporterVisitors.cpp1022 const Expr *RetE = Ret->getRetValue(); in visitNodeInitial() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaLambda.cpp773 const Expr *RetE = RS->getRetValue(); in deduceClosureReturnType() local