Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp74 APSInt ThisVal = getValue(); in compare() local
192 APSInt ThisVal = ConvertedThis.getValue(); in add() local
216 APSInt ThisVal = ConvertedThis.getValue(); in sub() local
240 APSInt ThisVal = ConvertedThis.getValue(); in mul() local
297 APSInt ThisVal = ConvertedThis.getValue(); in div() local
354 APSInt ThisVal = Val; in shl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp706 SVal ThisVal = getCXXThisVal(); in getExtraInvalidatedValues() local
738 SVal ThisVal = Base ? getSVal(Base) : UnknownVal(); in getCXXThisVal() local
821 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local
909 SVal ThisVal = loc::MemRegionVal(CapturedLambdaRegion); in getInitialStackFrameContents() local
940 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local
1445 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local
1469 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local
H A DExprEngineCXX.cpp46 SVal ThisVal; in performTrivialCopy() local
148 SVal ThisVal = State->getSVal(ThisPtr); in computeObjectUnderConstruction() local
706 SVal ThisVal = State->getSVal(ThisPtr); in handleConstructor() local
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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXSelfAssignmentChecker.cpp49 auto ThisVal = in checkBeginFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp373 unsigned ThisVal = NumBytes; in emitT2RegPlusImmediate() local
H A DARMBaseInstrInfo.cpp2489 unsigned ThisVal = NumBytes & llvm::rotr<uint32_t>(0xFF, RotAmt); in emitARMRegPlusImmediate() local
H A DARMISelLowering.cpp2207 SDValue ThisVal, bool isCmseNSCall) const { in LowerCallResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp369 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp482 int64_t ThisVal = NumBytes; in emitIncrement() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp312 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3379 llvm::Value *ThisVal = loadIncomingCXXThis(CGF); in getOrCreateVirtualFunctionPointerThunk() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp900 Value *ThisVal = isValueEqualityComparison(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5376 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); in emitFrameOffsetAdj() local
H A DAArch64ISelLowering.cpp7810 SDValue ThisVal, bool RequiresSMChange) const { in LowerCallResult()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7941 LValue *This = nullptr, ThisVal; in handleCallExpr() local
16907 LValue ThisVal; in EvaluateWithSubstitution() local