/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 74 APSInt ThisVal = getValue(); in compare() local 186 APSInt ThisVal = ConvertedThis.getValue(); in add() local 210 APSInt ThisVal = ConvertedThis.getValue(); in sub() local 234 APSInt ThisVal = ConvertedThis.getValue(); in mul() local 291 APSInt ThisVal = ConvertedThis.getValue(); in div() local 348 APSInt ThisVal = Val; in shl() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GTestChecker.cpp | 144 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultBoolConstructor() local 167 SVal ThisVal = Call->getCXXThisVal(); in modelAssertionResultCopyConstructor() local
|
H A D | CXXSelfAssignmentChecker.cpp | 49 auto ThisVal = in checkBeginFunction() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 683 SVal ThisVal = getCXXThisVal(); in getExtraInvalidatedValues() local 718 SVal ThisVal = getSVal(Base); in getCXXThisVal() local 793 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local 881 SVal ThisVal = loc::MemRegionVal(CapturedLambdaRegion); in getInitialStackFrameContents() local 912 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local 1411 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local 1434 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local
|
H A D | ExprEngineCXX.cpp | 44 SVal ThisVal; in performTrivialCopy() local 147 SVal ThisVal = State->getSVal(ThisPtr); in computeObjectUnderConstruction() local 698 SVal ThisVal = State->getSVal(ThisPtr); in handleConstructor() local
|
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 | 1473 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); in ProcessBaseDtor() local
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 355 unsigned ThisVal = NumBytes; in emitT2RegPlusImmediate() local
|
H A D | ARMBaseInstrInfo.cpp | 2502 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() local
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 371 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZFrameLowering.cpp | 491 int64_t ThisVal = NumBytes; in emitIncrement() local
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 304 uint64_t ThisVal = std::min(Offset, Chunk); in emitSPUpdate() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4336 uint64_t ThisVal = std::min<uint64_t>(Offset, MaxEncodableValue); in emitFrameOffsetAdj() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 897 Value *ThisVal = isValueEqualityComparison(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 7628 LValue *This = nullptr, ThisVal; in handleCallExpr() local 16104 LValue ThisVal; in EvaluateWithSubstitution() local
|