Home
last modified time | relevance | path

Searched defs:Adjustment (Results 1 – 21 of 21) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp111 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymInclusiveRange() local
181 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymRel() local
218 llvm::APSInt &Adjustment) { in computeAdjustment()
H A DRangeConstraintManager.cpp3054 assumeSymNE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymNE() argument
3070 assumeSymEQ(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymEQ() argument
3087 getSymLTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLTRange() argument
3116 assumeSymLT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLT() argument
3124 getSymGTRange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGTRange() argument
3153 assumeSymGT(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGT() argument
3161 getSymGERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymGERange() argument
3190 assumeSymGE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymGE() argument
3198 getSymLERange(llvm::function_ref<RangeSet ()> RS,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3227 getSymLERange(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) getSymLERange() argument
3234 assumeSymLE(ProgramStateRef St,SymbolRef Sym,const llvm::APSInt & Int,const llvm::APSInt & Adjustment) assumeSymLE() argument
3241 assumeSymWithinInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymWithinInclusiveRange() argument
3251 assumeSymOutsideInclusiveRange(ProgramStateRef State,SymbolRef Sym,const llvm::APSInt & From,const llvm::APSInt & To,const llvm::APSInt & Adjustment) assumeSymOutsideInclusiveRange() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h79 size_t Adjustment = AlignedP - P; allocArray() local
98 size_t Adjustment = AlignedP - P; alloc() local
/freebsd-src/stand/efi/include/arm64/
H A Defibind.h61 #define ALIGN_VARIABLE(Value , Adjustment) \ argument
/freebsd-src/stand/efi/include/riscv/
H A Defibind.h61 #define ALIGN_VARIABLE(Value , Adjustment) \ argument
/freebsd-src/stand/efi/include/i386/
H A Defibind.h55 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument
/freebsd-src/stand/efi/include/amd64/
H A Defibind.h55 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h152 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); in Allocate() local
H A DARMWinEH.h200 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1436 CharUnits Adjustment = ML.VFPtrOffset; getVirtualFunctionPrologueThisAdjustment() local
1460 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); adjustThisArgumentForVirtualFunctionCall() local
1572 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); EmitInstanceFunctionProlog() local
[all...]
H A DCGOpenMPRuntime.cpp972 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( adjustPrivateAddress() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1192 ReturnAdjustment Adjustment; ComputeReturnAdjustment() local
1279 ThisAdjustment Adjustment; ComputeThisAdjustment() local
H A DMicrosoftMangle.cpp3571 mangleThunkThisAdjustment(AccessSpecifier AS,const ThisAdjustment & Adjustment,MicrosoftCXXNameMangler & Mangler,raw_ostream & Out) mangleThunkThisAdjustment() argument
3668 mangleCXXDtorThunk(const CXXDestructorDecl * DD,CXXDtorType Type,const ThisAdjustment & Adjustment,raw_ostream & Out) mangleCXXDtorThunk() argument
[all...]
H A DExprConstant.cpp3247 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,APSInt Adjustment) HandleLValueArrayAdjustment() argument
3258 HandleLValueArrayAdjustment(EvalInfo & Info,const Expr * E,LValue & LVal,QualType EltTy,int64_t Adjustment) HandleLValueArrayAdjustment() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1677 uint32_t Adjustment = isRelocatableObject() || isSharedObject() getSymbolAddress() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp791 ptrdiff_t Adjustment = emitInstruction() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp517 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
H A DMCAsmStreamer.cpp2078 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2323 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; lowerVAARG() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp4297 int64_t Adjustment = 0; parseDirectiveCFIAdjustCfaOffset() local
H A DMasmParser.cpp5560 int64_t Adjustment = 0; parseDirectiveCFIAdjustCfaOffset() local