OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThisVal
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CXXSelfAssignmentChecker.cpp
49
auto
ThisVal
=
54
ProgramStateRef SelfAssignState = State->bindLoc(Param,
ThisVal
, LCtx);
GTestChecker.cpp
143
SVal
ThisVal
= Call->getCXXThisVal();
146
Call->getDecl()->getParent(),
ThisVal
, State);
166
SVal
ThisVal
= Call->getCXXThisVal();
172
ThisVal
, State);
/src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp
65
APSInt
ThisVal
= getValue();
78
ThisVal
=
ThisVal
.extOrTrunc(CommonWidth);
82
ThisVal
=
ThisVal
.shl(CommonScale - getScale());
86
if (
ThisVal
.sgt(OtherVal))
88
else if (
ThisVal
.slt(OtherVal))
91
if (
ThisVal
.ugt(OtherVal))
93
else if (
ThisVal
.ult(OtherVal))
96
if (
ThisVal
.isSignBitSet()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp
42
SVal
ThisVal
;
48
ThisVal
= Ctor->getCXXThisVal();
55
ThisVal
= cast<CXXInstanceCall>(Call).getCXXThisVal();
83
evalBind(Dst, CallExpr, Pred,
ThisVal
, V, true);
90
State = State->BindExpr(CallExpr, LCtx,
ThisVal
);
137
SVal
ThisVal
= State->getSVal(ThisPtr);
139
const auto *ThisReg = cast<SubRegion>(
ThisVal
.getAsRegion());
148
return
ThisVal
;
154
FieldVal = State->getLValue(Init->getIndirectMember(),
ThisVal
);
157
FieldVal = State->getLValue(Init->getMember(),
ThisVal
);
[
all
...]
CallEvent.cpp
679
SVal
ThisVal
= getCXXThisVal();
680
Values.push_back(
ThisVal
);
699
const MemRegion *ThisRegion =
ThisVal
.getAsRegion();
714
SVal
ThisVal
= getSVal(Base);
715
assert(
ThisVal
.isUnknownOrUndef() ||
ThisVal
.getAs<Loc>());
716
return
ThisVal
;
789
SVal
ThisVal
= getCXXThisVal();
790
if (!
ThisVal
.isUnknown()) {
806
ThisVal
= StateMgr.getStoreManager().attemptDownCast(ThisVal, Ty, Failed)
[
all
...]
ExprEngine.cpp
832
SVal
thisVal
= State->getSVal(svalBuilder.getCXXThis(decl, stackFrame));
852
FieldLoc = State->getLValue(BMI->getIndirectMember(),
thisVal
);
855
FieldLoc = State->getLValue(BMI->getMember(),
thisVal
);
1032
SVal
ThisVal
= Pred->getState()->getSVal(ThisPtr);
1037
SVal BaseVal = getStoreManager().evalDerivedToBase(
ThisVal
, BaseTy,
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
366
int64_t
ThisVal
= NumBytes;
374
if (
ThisVal
< MinVal)
375
ThisVal
= MinVal;
376
else if (
ThisVal
> MaxVal)
377
ThisVal
= MaxVal;
380
.addReg(Reg).addImm(
ThisVal
);
383
NumBytes -=
ThisVal
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
12799
APInt
ThisVal
= OpVal.trunc(DstBitSize);
12800
Ops.push_back(DAG.getConstant(
ThisVal
, DL, DstEltVT));
Completed in 36 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026