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

/external/clang/include/clang/Basic/
H A DABI.h66 /// ThisAdjustment - A 'this' pointer adjustment.
67 struct ThisAdjustment { struct in namespace:clang
76 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { } function in struct:clang::ThisAdjustment
80 friend bool operator==(const ThisAdjustment &LHS,
81 const ThisAdjustment &RHS) {
86 friend bool operator<(const ThisAdjustment &LHS,
87 const ThisAdjustment &RHS) {
100 ThisAdjustment This;
107 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return)
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp86 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.cpp903 ThisAdjustment
1119 ThisAdjustment ThisAdjustment = local
1122 if (ThisAdjustment.isEmpty())
1126 VTableThunks[VTableIndex].This = ThisAdjustment;
1130 VTableThunks[VTableIndex + 1].This = ThisAdjustment;
1240 ThisAdjustment
1246 return ThisAdjustment();
1258 return ThisAdjustment();
1260 ThisAdjustment Adjustmen
1509 ThisAdjustment ThisAdjustment = local
[all...]

Completed in 60 milliseconds