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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp547 SmallVector<SubobjectAdjustment, 4> Adjustments; local
550 Adjustments);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp362 SmallVector<SubobjectAdjustment, 2> Adjustments; local
365 CommaLHSs, Adjustments);
396 for (auto I = Adjustments.rbegin(), E = Adjustments.rend(); I != E; ++I) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp110 SmallVector<SubobjectAdjustment, 2> Adjustments; local
113 Adjustments);
116 if (!Adjustments.empty())
7530 SmallVector<SubobjectAdjustment, 2> Adjustments;
7532 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
7561 for (unsigned I = Adjustments.size(); I != 0; /**/) {
7563 switch (Adjustments[I].Kind) {
7565 if (!HandleLValueBasePath(Info, Adjustments[I].DerivedToBase.BasePath,
7568 Type = Adjustments[I].DerivedToBase.BasePath->getType();
7572 if (!HandleLValueMember(Info, E, Result, Adjustments[
[all...]
H A DExpr.cpp78 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const {
90 Adjustments.push_back(SubobjectAdjustment(CE, Derived));
104 Adjustments.push_back(SubobjectAdjustment(Field));
115 Adjustments.push_back(SubobjectAdjustment(MPT, BO->getRHS()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2006 SmallVector<SubobjectAdjustment, 2> Adjustments; local
2008 E->getSubExpr()->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
H A DCGExpr.cpp473 SmallVector<SubobjectAdjustment, 2> Adjustments; local
474 E = E->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
481 assert(Adjustments.empty());
560 for (unsigned I = Adjustments.size(); I != 0; --I) {
561 SubobjectAdjustment &Adjustment = Adjustments[I-1];
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1706 SmallVector<SubobjectAdjustment, 2> Adjustments; local
1708 Init->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);
4679 SmallVector<SubobjectAdjustment, 2> Adjustments; local
4684 ->skipRValueSubobjectAdjustments(CommaLHSs, Adjustments));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h927 SmallVectorImpl<SubobjectAdjustment> &Adjustments) const;
930 SmallVector<SubobjectAdjustment, 8> Adjustments; local
931 return skipRValueSubobjectAdjustments(CommaLHSs, Adjustments);

Completed in 404 milliseconds