Searched defs:Adjustment (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp193 static void computeAdjustment(SymbolRef &Sym, llvm::APSInt &Adjustment) { argument
229 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); local
[all...]
H A DRangeConstraintManager.cpp417 assumeSymNE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
437 assumeSymEQ(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
452 assumeSymLT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
481 assumeSymGT(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
510 assumeSymGE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
539 assumeSymLE(ProgramStateRef St, SymbolRef Sym, const llvm::APSInt &Int, const llvm::APSInt &Adjustment) argument
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h342 static MCCFIInstruction createAdjustCfaOffset(MCSymbol *L, int Adjustment) { argument
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCStreamer.cpp302 void MCStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { argument
H A DMCAsmStreamer.cpp1052 void MCAsmStreamer::EmitCFIAdjustCfaOffset(int64_t Adjustment) { argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp1862 mangleThunkThisAdjustment(const CXXMethodDecl *MD, const ThisAdjustment &Adjustment, MicrosoftCXXNameMangler &Mangler, raw_ostream &Out) argument
1954 mangleCXXDtorThunk( const CXXDestructorDecl *DD, CXXDtorType Type, const ThisAdjustment &Adjustment, raw_ostream &Out) argument
[all...]
H A DExprConstant.cpp1844 HandleLValueArrayAdjustment(EvalInfo &Info, const Expr *E, LValue &LVal, QualType EltTy, int64_t Adjustment) argument
H A DVTableBuilder.cpp1199 ReturnAdjustment Adjustment; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp732 CharUnits Adjustment = ML.VFPtrOffset; local
H A DCGExpr.cpp370 SubobjectAdjustment &Adjustment = Adjustments[I-1]; local
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2853 int64_t Adjustment = 0; local

Completed in 282 milliseconds