OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp
30
void emitUndef(CheckerContext &C, const Expr *
RetE
) const;
31
void checkReference(CheckerContext &C, const Expr *
RetE
,
40
const Expr *
RetE
= RS->getRetValue();
41
if (!
RetE
)
43
SVal RetVal = C.getSVal(
RetE
);
64
RetE
->getType()->isVoidType())
67
emitUndef(C,
RetE
);
75
checkReference(C,
RetE
, RetVal.castAs<DefinedOrUnknownSVal>());
80
static void emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *
RetE
,
89
Report->addRange(
RetE
->getSourceRange())
[
all
...]
ReturnPointerRangeChecker.cpp
39
const Expr *
RetE
= RS->getRetValue();
40
if (!
RetE
)
43
SVal V = C.getSVal(
RetE
);
90
report->addRange(
RetE
->getSourceRange());
StackAddrEscapeChecker.cpp
58
const Expr *
RetE
) const;
154
const Expr *
RetE
) const {
169
report->addRange(
RetE
->getSourceRange());
257
const Expr *
RetE
= RS->getRetValue();
258
if (!
RetE
)
260
RetE
=
RetE
->IgnoreParens();
262
SVal V = C.getSVal(
RetE
);
277
if (const ExprWithCleanups *Cleanup = dyn_cast<ExprWithCleanups>(
RetE
))
278
RetE
= Cleanup->getSubExpr()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
394
static QualType GetReturnType(const Expr *
RetE
, ASTContext &Ctx) {
395
QualType RetTy =
RetE
->getType();
396
// If
RetE
is not a message expression just return its type.
397
// If
RetE
is a message expression, return its types if it is something
399
if (const ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(
RetE
))
978
const Expr *
RetE
= S->getRetValue();
979
if (!
RetE
)
985
SymbolRef Sym = state->getSValAsScalarOrLoc(
RetE
, C.getLocationContext())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
223
const Expr *
RetE
= RCC->getReturnStmt()->getRetValue();
224
assert(
RetE
&& "Void returns should not have a construction context");
225
QualType ReturnTy =
RetE
->getType();
227
return SVB.conjureSymbolVal(&TopLevelSymRegionTag,
RetE
, SFC, RegionTy,
BugReporterVisitors.cpp
1049
const Expr *
RetE
= Ret->getRetValue();
1050
assert(
RetE
&& "Tracking a return value for a void function");
1054
if (
RetE
->isGLValue()) {
1056
SVal RValue = State->getRawSVal(*LValue,
RetE
->getType());
1067
RetE
=
RetE
->IgnoreParenCasts();
1071
N,
RetE
, BR, TKind, EnableNullFPSuppression);
1089
if (
RetE
->getType()->isObjCObjectPointerType()) {
1127
if (const auto *DR = dyn_cast<DeclRefExpr>(
RetE
))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp
986
if (Optional<RetEffect>
RetE
= getRetEffectFromAnnotations(RetTy, FD))
987
Template->setRetEffect(*
RetE
);
1013
if (Optional<RetEffect>
RetE
= getRetEffectFromAnnotations(RetTy, MD))
1014
Template->setRetEffect(*
RetE
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLambda.cpp
763
const Expr *
RetE
= RS->getRetValue();
766
(
RetE
?
RetE
->getType() : Context.VoidTy).getUnqualifiedType();
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026