Home
last modified time | relevance | path

Searched refs:Adjustments (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DJumpDiagnostics.cpp179 SmallVector<SubobjectAdjustment, 2> Adjustments; in GetDiagForGotoScopeDecl() local
180 Init = Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in GetDiagForGotoScopeDecl()
DSemaInit.cpp5392 SmallVector<SubobjectAdjustment, 2> Adjustments; in performReferenceExtension() local
5394 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in performReferenceExtension()
5423 SmallVector<SubobjectAdjustment, 2> Adjustments; in performLifetimeExtension() local
5425 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments)); in performLifetimeExtension()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp74 SmallVector<SubobjectAdjustment, 2> Adjustments; in getType() local
77 Adjustments); in getType()
4386 SmallVector<SubobjectAdjustment, 2> Adjustments; in VisitMaterializeTemporaryExpr() local
4388 skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in VisitMaterializeTemporaryExpr()
4420 for (unsigned I = Adjustments.size(); I != 0; /**/) { in VisitMaterializeTemporaryExpr()
4422 switch (Adjustments[I].Kind) { in VisitMaterializeTemporaryExpr()
4424 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath, in VisitMaterializeTemporaryExpr()
4427 Type = Adjustments[I].DerivedToBase.BasePath->getType(); in VisitMaterializeTemporaryExpr()
4431 if (!HandleLValueMember(Info, E, Result, Adjustments[I].Field)) in VisitMaterializeTemporaryExpr()
4433 Type = Adjustments[I].Field->getType(); in VisitMaterializeTemporaryExpr()
[all …]
DExpr.cpp56 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const { in skipRValueSubobjectAdjustments()
68 Adjustments.push_back(SubobjectAdjustment(CE, Derived)); in skipRValueSubobjectAdjustments()
82 Adjustments.push_back(SubobjectAdjustment(Field)); in skipRValueSubobjectAdjustments()
93 Adjustments.push_back(SubobjectAdjustment(MPT, BO->getRHS())); in skipRValueSubobjectAdjustments()
/freebsd-10-stable/contrib/ntp/sntp/
Dsntp-opts.def157 descrip = "Adjustments less than @var{steplimit} msec will be slewed";
Dinvoke-sntp.texi125 -M Num steplimit Adjustments less than steplimit msec will be slewed
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExpr.cpp339 SmallVector<SubobjectAdjustment, 2> Adjustments; in EmitMaterializeTemporaryExpr() local
340 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in EmitMaterializeTemporaryExpr()
347 assert(Adjustments.empty()); in EmitMaterializeTemporaryExpr()
369 for (unsigned I = Adjustments.size(); I != 0; --I) { in EmitMaterializeTemporaryExpr()
370 SubobjectAdjustment &Adjustment = Adjustments[I-1]; in EmitMaterializeTemporaryExpr()
DCGExprConstant.cpp960 SmallVector<SubobjectAdjustment, 2> Adjustments; in EmitLValue() local
962 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments); in EmitLValue()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h765 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;
/freebsd-10-stable/contrib/binutils/bfd/
DChangeLog-2006866 * libpei.h: Adjustments for COFF_WITH_pex64.
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20061176 * testsuite/performance/ext/pb_ds/text_find_timing.cc: Adjustments for