Home
last modified time | relevance | path

Searched defs:ThisVal (Results 1 – 18 of 18) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp74 APSInt ThisVal = getValue(); compare() local
192 APSInt ThisVal = ConvertedThis.getValue(); add() local
216 APSInt ThisVal = ConvertedThis.getValue(); sub() local
240 APSInt ThisVal = ConvertedThis.getValue(); mul() local
297 APSInt ThisVal = ConvertedThis.getValue(); div() local
354 APSInt ThisVal = Val; shl() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp142 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultBoolConstructor() local
165 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultCopyConstructor() local
H A DCXXSelfAssignmentChecker.cpp49 auto ThisVal = in checkBeginFunction() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp738 SVal ThisVal = Base ? getSVal(Base) : UnknownVal(); in getCXXThisVal() local
706 SVal ThisVal = getCXXThisVal(); getExtraInvalidatedValues() local
821 SVal ThisVal = getCXXThisVal(); getInitialStackFrameContents() local
909 SVal ThisVal = loc::MemRegionVal(CapturedLambdaRegion); getInitialStackFrameContents() local
940 SVal ThisVal = getCXXThisVal(); getInitialStackFrameContents() local
1445 SVal ThisVal = State->getSVal(ThisPtr); getCaller() local
1469 SVal ThisVal = State->getSVal(ThisPtr); getCaller() local
[all...]
H A DExprEngineCXX.cpp46 SVal ThisVal; in performTrivialCopy() local
148 SVal ThisVal = State->getSVal(ThisPtr); computeObjectUnderConstruction() local
706 SVal ThisVal = State->getSVal(ThisPtr); handleConstructor() local
[all...]
H A DExprEngineCallAndReturn.cpp208 auto ThisVal = DtorCall.getCXXThisVal(); in getElementCountOfArrayBeingDestructed() local
290 auto ThisVal = svalBuilder.getCXXThis(DtorDecl->getParent(), calleeCtx); in processCallExit() local
H A DExprEngine.cpp1492 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); in ProcessBaseDtor() local
/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp373 unsigned ThisVal = NumBytes; emitT2RegPlusImmediate() local
[all...]
H A DARMBaseInstrInfo.cpp2489 unsigned ThisVal = NumBytes & llvm::rotr<uint32_t>(0xFF, RotAmt); emitARMRegPlusImmediate() local
H A DARMISelLowering.cpp2221 LowerCallResult(SDValue Chain,SDValue InGlue,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<ISD::InputArg> & Ins,const SDLoc & dl,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals,bool isThisReturn,SDValue ThisVal,bool isCmseNSCall) const LowerCallResult() argument
/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp371 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local
/llvm-project/polly/lib/Support/
H A DISLTools.cpp567 isl::val ThisVal = Aff.get_constant_val(); in getConstant() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp482 int64_t ThisVal = NumBytes; emitIncrement() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp312 uint64_t ThisVal = std::min(Offset, Chunk); emitSPUpdate() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5373 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); emitFrameOffsetAdj() local
[all...]
H A DAArch64ISelLowering.cpp7712 LowerCallResult(SDValue Chain,SDValue InGlue,CallingConv::ID CallConv,bool isVarArg,const SmallVectorImpl<CCValAssign> & RVLocs,const SDLoc & DL,SelectionDAG & DAG,SmallVectorImpl<SDValue> & InVals,bool isThisReturn,SDValue ThisVal,bool RequiresSMChange) const LowerCallResult() argument
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp900 Value *ThisVal = isValueEqualityComparison(TI); SimplifyEqualityComparisonWithOnlyPredecessor() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7926 LValue *This = nullptr, ThisVal; handleCallExpr() local
16870 LValue ThisVal; EvaluateWithSubstitution() local
[all...]