Searched defs:ThisAdjustment (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DABI.h104 struct ThisAdjustment { struct in namespace:clang
149 ThisAdjustment() : NonVirtual(0) { } function in struct:clang::ThisAdjustment
153 friend bool operator==(const ThisAdjustment &LHS,
154 const ThisAdjustment &RHS) {
158 friend bool operator!=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) {
162 friend bool operator<(const ThisAdjustment &LHS,
163 const ThisAdjustment &RHS) {
177 ThisAdjustment This;
191 ThunkInfo(const ThisAdjustment
[all...]
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp285 CharUnits ThisAdjustment = CharUnits::Zero(); local
294 ThisAdjustment +=
299 ThisAdjustment = -ThisAdjustment;
300 return ThisAdjustment;
H A DItaniumCXXABI.cpp98 CharUnits ThisAdjustment);
211 const ThisAdjustment &TA) override;
632 CharUnits ThisAdjustment) {
657 2 * ThisAdjustment.getQuantity() + 1);
665 ThisAdjustment.getQuantity());
684 ThisAdjustment.getQuantity());
697 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP);
700 return BuildMemberPointer(MD, ThisAdjustment);
704 return EmitMemberDataPointer(MPT, ThisAdjustment + FieldOffset);
1415 const ThisAdjustment
631 BuildMemberPointer(const CXXMethodDecl *MD, CharUnits ThisAdjustment) argument
[all...]
/external/clang/lib/AST/
H A DVTableBuilder.cpp903 ThisAdjustment
1151 ThisAdjustment ThisAdjustment = local
1154 if (ThisAdjustment.isEmpty())
1158 VTableThunks[VTableIndex].This = ThisAdjustment;
1162 VTableThunks[VTableIndex + 1].This = ThisAdjustment;
1270 ThisAdjustment ItaniumVTableBuilder::ComputeThisAdjustment(
1275 return ThisAdjustment();
1287 return ThisAdjustment();
1289 ThisAdjustment Adjustmen
1550 ThisAdjustment ThisAdjustment = local
[all...]

Completed in 1696 milliseconds