Searched refs:ThisAdjustment (Results 1 - 6 of 6) 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/include/clang/AST/
H A DMangle.h34 struct ThisAdjustment;
105 const ThisAdjustment &ThisAdjustment,
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp83 CharUnits ThisAdjustment);
472 CharUnits ThisAdjustment) {
498 2 * ThisAdjustment.getQuantity() + 1);
506 ThisAdjustment.getQuantity());
524 ThisAdjustment.getQuantity());
538 CharUnits ThisAdjustment = CharUnits::Zero();
547 ThisAdjustment +=
552 ThisAdjustment = -ThisAdjustment;
555 return BuildMemberPointer(MD, ThisAdjustment);
471 BuildMemberPointer(const CXXMethodDecl *MD, CharUnits ThisAdjustment) argument
[all...]
/external/clang/lib/AST/
H A DVTableBuilder.cpp904 ThisAdjustment
1120 ThisAdjustment ThisAdjustment = local
1123 if (ThisAdjustment.isEmpty())
1127 VTableThunks[VTableIndex].This = ThisAdjustment;
1131 VTableThunks[VTableIndex + 1].This = ThisAdjustment;
1241 ThisAdjustment
1247 return ThisAdjustment();
1259 return ThisAdjustment();
1261 ThisAdjustment Adjustmen
1510 ThisAdjustment ThisAdjustment = local
[all...]
H A DItaniumMangle.cpp124 const ThisAdjustment &ThisAdjustment,
3513 const ThisAdjustment &ThisAdjustment,
3521 Mangler.mangleCallOffset(ThisAdjustment.NonVirtual,
3522 ThisAdjustment.VCallOffsetOffset);
H A DMicrosoftMangle.cpp118 const ThisAdjustment &ThisAdjustment,
1640 const ThisAdjustment &,

Completed in 532 milliseconds