/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 74 APSInt ThisVal = getValue(); in compare() local 186 APSInt ThisVal = ConvertedThis.getValue(); add() local 210 APSInt ThisVal = ConvertedThis.getValue(); sub() local 234 APSInt ThisVal = ConvertedThis.getValue(); mul() local 291 APSInt ThisVal = ConvertedThis.getValue(); div() local 348 APSInt ThisVal = Val; shl() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GTestChecker.cpp | 142 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultBoolConstructor() local 165 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultCopyConstructor() local
|
H A D | CXXSelfAssignmentChecker.cpp | 49 auto ThisVal = in checkBeginFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 706 SVal ThisVal = getCXXThisVal(); in getExtraInvalidatedValues() local 738 SVal ThisVal = Base ? getSVal(Base) : UnknownVal(); in getCXXThisVal() local 821 SVal ThisVal = getCXXThisVal(); getInitialStackFrameContents() local 909 SVal ThisVal = loc::MemRegionVal(CapturedLambdaRegion); getInitialStackFrameContents() local 940 SVal ThisVal = getCXXThisVal(); getInitialStackFrameContents() local 1442 SVal ThisVal = State->getSVal(ThisPtr); getCaller() local 1466 SVal ThisVal = State->getSVal(ThisPtr); getCaller() local [all...] |
H A D | ExprEngineCXX.cpp | 46 SVal ThisVal; in performTrivialCopy() local 148 SVal ThisVal = State->getSVal(ThisPtr); in computeObjectUnderConstruction() local 706 SVal ThisVal = State->getSVal(ThisPtr); handleConstructor() local [all...] |
H A D | ExprEngineCallAndReturn.cpp | 208 auto ThisVal = DtorCall.getCXXThisVal(); in getElementCountOfArrayBeingDestructed() local 290 auto ThisVal = svalBuilder.getCXXThis(DtorDecl->getParent(), calleeCtx); in processCallExit() local
|
H A D | ExprEngine.cpp | 1492 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); in ProcessBaseDtor() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 353 unsigned ThisVal = NumBytes; emitT2RegPlusImmediate() local [all...] |
H A D | ARMBaseInstrInfo.cpp | 2488 unsigned ThisVal = NumBytes & llvm::rotr<uint32_t>(0xFF, RotAmt); emitARMRegPlusImmediate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 371 uint64_t ThisVal = std::min(Offset, Chunk); emitSPUpdate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 492 else if (ThisVal > MaxVal) in emitIncrement() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 311 uint64_t ThisVal = std::min(Offset, Chunk); emitSPUpdate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 5334 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); emitFrameOffsetAdj() local [all...] |
H A D | AArch64ISelLowering.cpp | 7143 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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 897 Value *ThisVal = isValueEqualityComparison(TI); SimplifyEqualityComparisonWithOnlyPredecessor() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7878 LValue *This = nullptr, ThisVal; handleCallExpr() local 16487 LValue ThisVal; EvaluateWithSubstitution() local [all...] |