/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RangedConstraintManager.cpp | 111 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymInclusiveRange() local 113 computeAdjustment(AdjustedSym, Adjustment); in assumeSymInclusiveRange() 123 Adjustment.setIsSigned(false); in assumeSymInclusiveRange() 181 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymRel() local 182 computeAdjustment(Sym, Adjustment); in assumeSymRel() 191 Adjustment.setIsSigned(false); in assumeSymRel() 198 return assumeSymEQ(State, Sym, ConvertedInt, Adjustment); in assumeSymRel() 201 return assumeSymNE(State, Sym, ConvertedInt, Adjustment); in assumeSymRel() 204 return assumeSymGT(State, Sym, ConvertedInt, Adjustment); in assumeSymRel() 224 Adjustment = APSIntType(Adjustment).convert(SE->getRHS()); in computeAdjustment() [all …]
|
H A D | RangeConstraintManager.cpp | 3034 APSIntType AdjustmentType(Adjustment); in assumeSymNE() 3050 APSIntType AdjustmentType(Adjustment); in assumeSymEQ() 3067 APSIntType AdjustmentType(Adjustment); in getSymLTRange() 3083 llvm::APSInt Lower = Min - Adjustment; in getSymLTRange() 3084 llvm::APSInt Upper = ComparisonVal - Adjustment; in getSymLTRange() 3104 APSIntType AdjustmentType(Adjustment); in getSymGTRange() 3121 llvm::APSInt Upper = Max - Adjustment; in getSymGTRange() 3141 APSIntType AdjustmentType(Adjustment); in getSymGERange() 3159 llvm::APSInt Upper = Max - Adjustment; in getSymGERange() 3178 APSIntType AdjustmentType(Adjustment); in getSymLERange() [all …]
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 444 const llvm::APSInt &Adjustment) = 0; 448 const llvm::APSInt &Adjustment) = 0; 452 const llvm::APSInt &Adjustment) = 0; 456 const llvm::APSInt &Adjustment) = 0; 460 const llvm::APSInt &Adjustment) = 0; 464 const llvm::APSInt &Adjustment) = 0; 468 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0; 472 const llvm::APSInt &To, const llvm::APSInt &Adjustment) = 0; 478 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment);
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | ARMWinEH.h | 200 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment() local 201 if (Adjustment >= 0x3f4) in StackAdjustment() 202 return (Adjustment & 0x3) + 1; in StackAdjustment() 203 return Adjustment; in StackAdjustment()
|
H A D | Allocator.h | 152 size_t Adjustment = offsetToAlignedAddr(CurPtr, Alignment); in Allocate() local 153 assert(Adjustment + Size >= Size && "Adjustment + Size must not overflow"); in Allocate() 162 if (Adjustment + SizeToAllocate <= size_t(End - CurPtr) in Allocate() 165 char *AlignedPtr = CurPtr + Adjustment; in Allocate()
|
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 78 size_t Adjustment = AlignedP - P; in allocArray() local 80 Head->Used += Size + Adjustment; in allocArray() 97 size_t Adjustment = AlignedP - P; in alloc() local 99 Head->Used += Size + Adjustment; in alloc()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | MicrosoftMangle.cpp | 3434 const ThisAdjustment &Adjustment, in mangleThunkThisAdjustment() argument 3437 if (!Adjustment.Virtual.isEmpty()) { in mangleThunkThisAdjustment() 3452 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment() 3455 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset)); in mangleThunkThisAdjustment() 3457 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBOffsetOffset)); in mangleThunkThisAdjustment() 3460 Mangler.mangleNumber(static_cast<uint32_t>(Adjustment.NonVirtual)); in mangleThunkThisAdjustment() 3465 Mangler.mangleNumber(-static_cast<uint32_t>(Adjustment.NonVirtual)); in mangleThunkThisAdjustment() 3467 } else if (Adjustment.NonVirtual != 0) { in mangleThunkThisAdjustment() 3480 Mangler.mangleNumber(-static_cast<uint32_t>(Adjustment.NonVirtual)); in mangleThunkThisAdjustment() 3531 const ThisAdjustment &Adjustment, raw_ostream &Out) { in mangleCXXDtorThunk() argument [all …]
|
H A D | VTableBuilder.cpp | 1188 ReturnAdjustment Adjustment; in ComputeReturnAdjustment() local 1195 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment() 1198 Adjustment.Virtual.Itanium.VBaseOffsetOffset = in ComputeReturnAdjustment() 1204 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity(); in ComputeReturnAdjustment() 1207 return Adjustment; in ComputeReturnAdjustment() 1275 ThisAdjustment Adjustment; in ComputeThisAdjustment() local 1295 Adjustment.Virtual.Itanium.VCallOffsetOffset = in ComputeThisAdjustment() 1300 Adjustment.NonVirtual = Offset.NonVirtualOffset.getQuantity(); in ComputeThisAdjustment() 1302 return Adjustment; in ComputeThisAdjustment()
|
H A D | ExprConstant.cpp | 3198 APSInt Adjustment) { in HandleLValueArrayAdjustment() argument 3203 LVal.adjustOffsetAndIndex(Info, E, Adjustment, SizeOfPointee); in HandleLValueArrayAdjustment() 3209 int64_t Adjustment) { in HandleLValueArrayAdjustment() argument 3211 APSInt::get(Adjustment)); in HandleLValueArrayAdjustment()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 554 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { in createAdjustCfaOffset() argument 555 return MCCFIInstruction(OpAdjustCfaOffset, L, 0, Adjustment, ""); in createAdjustCfaOffset()
|
H A D | MCStreamer.h | 1037 virtual void emitCFIAdjustCfaOffset(int64_t Adjustment);
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 124 Register &SPReg, int Adjustment) const;
|
H A D | X86FrameLowering.cpp | 2564 int Adjustment) const { in getFrameIndexReferenceSP() 2568 getOffsetOfLocalArea() + Adjustment); in getFrameIndexReferenceSP()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | MicrosoftCXXABI.cpp | 1414 CharUnits Adjustment = ML.VFPtrOffset; in getVirtualFunctionPrologueThisAdjustment() local 1421 Adjustment = CharUnits::Zero(); in getVirtualFunctionPrologueThisAdjustment() 1426 Adjustment += DerivedLayout.getVBaseClassOffset(ML.VBase); in getVirtualFunctionPrologueThisAdjustment() 1429 return Adjustment; in getVirtualFunctionPrologueThisAdjustment() 1438 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(GD); in adjustThisArgumentForVirtualFunctionCall() local 1439 if (Adjustment.isZero()) in adjustThisArgumentForVirtualFunctionCall() 1443 assert(Adjustment.isPositive()); in adjustThisArgumentForVirtualFunctionCall() 1444 return CGF.Builder.CreateConstByteGEP(This, Adjustment); in adjustThisArgumentForVirtualFunctionCall() 1550 CharUnits Adjustment = getVirtualFunctionPrologueThisAdjustment(CGF.CurGD); in EmitInstanceFunctionProlog() local 1551 if (!Adjustment.isZero()) { in EmitInstanceFunctionProlog() [all …]
|
H A D | CGExpr.cpp | 584 for (SubobjectAdjustment &Adjustment : llvm::reverse(Adjustments)) { in EmitMaterializeTemporaryExpr() 585 switch (Adjustment.Kind) { in EmitMaterializeTemporaryExpr() 588 GetAddressOfBaseClass(Object, Adjustment.DerivedToBase.DerivedClass, in EmitMaterializeTemporaryExpr() 589 Adjustment.DerivedToBase.BasePath->path_begin(), in EmitMaterializeTemporaryExpr() 590 Adjustment.DerivedToBase.BasePath->path_end(), in EmitMaterializeTemporaryExpr() 596 LV = EmitLValueForField(LV, Adjustment.Field); in EmitMaterializeTemporaryExpr() 604 llvm::Value *Ptr = EmitScalarExpr(Adjustment.Ptr.RHS); in EmitMaterializeTemporaryExpr() 606 Adjustment.Ptr.MPT); in EmitMaterializeTemporaryExpr()
|
H A D | CGOpenMPRuntime.cpp | 999 llvm::Value *Adjustment = CGF.Builder.CreatePtrDiff( in adjustPrivateAddress() local 1006 SharedAddr.getElementType(), PrivatePointer, Adjustment); in adjustPrivateAddress()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclass.pod | 95 specifically within L</method> and L<ADJUST|/Adjustment> blocks. Each class 279 =head2 Adjustment section
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCAsmStreamer.cpp | 344 void emitCFIAdjustCfaOffset(int64_t Adjustment) override; 2009 void MCAsmStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() argument 2010 MCStreamer::emitCFIAdjustCfaOffset(Adjustment); in emitCFIAdjustCfaOffset() 2011 OS << "\t.cfi_adjust_cfa_offset " << Adjustment; in emitCFIAdjustCfaOffset()
|
H A D | MCStreamer.cpp | 513 void MCStreamer::emitCFIAdjustCfaOffset(int64_t Adjustment) { in emitCFIAdjustCfaOffset() argument 516 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment); in emitCFIAdjustCfaOffset()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 696 ptrdiff_t Adjustment = in emitInstruction() local 699 Expr, MCConstantExpr::create(-Adjustment, OutContext), OutContext); in emitInstruction()
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | AsmParser.cpp | 4284 int64_t Adjustment = 0; in parseDirectiveCFIAdjustCfaOffset() local 4285 if (parseAbsoluteExpression(Adjustment) || parseEOL()) in parseDirectiveCFIAdjustCfaOffset() 4288 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()
|
H A D | MasmParser.cpp | 5593 int64_t Adjustment = 0; in parseDirectiveCFIAdjustCfaOffset() local 5594 if (parseAbsoluteExpression(Adjustment)) in parseDirectiveCFIAdjustCfaOffset() 5597 getStreamer().emitCFIAdjustCfaOffset(Adjustment); in parseDirectiveCFIAdjustCfaOffset()
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2316 unsigned Adjustment = ArgSlotSizeInBytes - ArgSizeInBytes; in lowerVAARG() local 2318 DAG.getIntPtrConstant(Adjustment, DL)); in lowerVAARG()
|
/openbsd/share/misc/ |
H A D | usb_hid_usages | 1859 0x534 Property: Time Trim Adjustment
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-9295 | 10437 * config/tc-mips.c (tc_gen_reloc): Adjustment by section vma is no
|