/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangedConstraintManager.cpp | 111 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 D | RangeConstraintManager.cpp | 3054 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 D | MicrosoftDemangle.h | 79 size_t Adjustment = AlignedP - P; allocArray() local 98 size_t Adjustment = AlignedP - P; alloc() local
|
/freebsd-src/stand/efi/include/arm64/ |
H A D | efibind.h | 61 #define ALIGN_VARIABLE(Value , Adjustment) \ argument
|
/freebsd-src/stand/efi/include/riscv/ |
H A D | efibind.h | 61 #define ALIGN_VARIABLE(Value , Adjustment) \ argument
|
/freebsd-src/stand/efi/include/i386/ |
H A D | efibind.h | 55 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument
|
/freebsd-src/stand/efi/include/amd64/ |
H A D | efibind.h | 55 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Allocator.h | 152 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); in Allocate() local
|
H A D | ARMWinEH.h | 200 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1436 CharUnits Adjustment = ML.VFPtrOffset; getVirtualFunctionPrologueThisAdjustment() local 1460 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); adjustThisArgumentForVirtualFunctionCall() local 1572 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); EmitInstanceFunctionProlog() local [all...] |
H A D | CGOpenMPRuntime.cpp | 972 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( adjustPrivateAddress() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 1192 ReturnAdjustment Adjustment; ComputeReturnAdjustment() local 1279 ThisAdjustment Adjustment; ComputeThisAdjustment() local
|
H A D | MicrosoftMangle.cpp | 3571 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 D | ExprConstant.cpp | 3247 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 D | WasmObjectFile.cpp | 1677 uint32_t Adjustment = isRelocatableObject() || isSharedObject() getSymbolAddress() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 791 ptrdiff_t Adjustment = emitInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 517 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
|
H A D | MCAsmStreamer.cpp | 2078 emitCFIAdjustCfaOffset(int64_t Adjustment,SMLoc Loc) emitCFIAdjustCfaOffset() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2323 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; lowerVAARG() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4297 int64_t Adjustment = 0; parseDirectiveCFIAdjustCfaOffset() local
|
H A D | MasmParser.cpp | 5560 int64_t Adjustment = 0; parseDirectiveCFIAdjustCfaOffset() local
|