Searched refs:Adjustments (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp502 SmallVector<SubobjectAdjustment, 4> Adjustments; local
505 CommaLHS, Adjustments);
H A DSemaInit.cpp5821 SmallVector<SubobjectAdjustment, 2> Adjustments; local
5823 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments));
5854 SmallVector<SubobjectAdjustment, 2> Adjustments; local
5856 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp74 SmallVector<SubobjectAdjustment, 2> Adjustments; local
77 Adjustments);
4664 SmallVector<SubobjectAdjustment, 2> Adjustments; local
4666 skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
4698 for (unsigned I = Adjustments.size(); I != 0; /**/) {
4700 switch (Adjustments[I].Kind) {
4702 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath,
4705 Type = Adjustments[I].DerivedToBase.BasePath->getType();
4709 if (!HandleLValueMember(Info, E, Result, Adjustments[I].Field))
4711 Type = Adjustments[
[all...]
H A DExpr.cpp56 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const {
68 Adjustments.push_back(SubobjectAdjustment(CE, Derived));
82 Adjustments.push_back(SubobjectAdjustment(Field));
93 Adjustments.push_back(SubobjectAdjustment(MPT, BO->getRHS()));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1102 SmallVector<SubobjectAdjustment, 2> Adjustments; local
1104 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
H A DCGExpr.cpp392 SmallVector<SubobjectAdjustment, 2> Adjustments; local
393 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
400 assert(Adjustments.empty());
426 for (unsigned I = Adjustments.size(); I != 0; --I) {
427 SubobjectAdjustment &Adjustment = Adjustments[I-1];
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp3655 SmallVector<SubobjectAdjustment, 2> Adjustments; local
3660 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h823 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;

Completed in 183 milliseconds