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

/external/clang/include/clang/Basic/
H A DABI.h68 struct ThisAdjustment { struct in namespace:clang
77 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { } function in struct:clang::ThisAdjustment
81 friend bool operator==(const ThisAdjustment &LHS,
82 const ThisAdjustment &RHS) {
87 friend bool operator<(const ThisAdjustment &LHS,
88 const ThisAdjustment &RHS) {
101 ThisAdjustment This;
108 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return)
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp258 CharUnits ThisAdjustment = CharUnits::Zero(); local
267 ThisAdjustment +=
272 ThisAdjustment = -ThisAdjustment;
273 return ThisAdjustment;
H A DItaniumCXXABI.cpp89 CharUnits ThisAdjustment);
528 CharUnits ThisAdjustment) {
553 2 * ThisAdjustment.getQuantity() + 1);
561 ThisAdjustment.getQuantity());
580 ThisAdjustment.getQuantity());
593 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP);
596 return BuildMemberPointer(MD, ThisAdjustment);
600 return EmitMemberDataPointer(MPT, ThisAdjustment + FieldOffset);
527 BuildMemberPointer(const CXXMethodDecl *MD, CharUnits ThisAdjustment) argument
/external/clang/lib/AST/
H A DVTableBuilder.cpp902 ThisAdjustment
1151 ThisAdjustment ThisAdjustment = local
1154 if (ThisAdjustment.isEmpty())
1158 VTableThunks[VTableIndex].This = ThisAdjustment;
1162 VTableThunks[VTableIndex + 1].This = ThisAdjustment;
1272 ThisAdjustment
1278 return ThisAdjustment();
1290 return ThisAdjustment();
1292 ThisAdjustment Adjustmen
1564 ThisAdjustment ThisAdjustment = local
2548 AddMethod(const CXXMethodDecl *MD, ThisAdjustment ThisAdjustment, ReturnAdjustment ReturnAdjustment) argument
[all...]

Completed in 166 milliseconds