HomeSort by relevance Sort by last modified time
    Searched refs:ThisAdjustment (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Basic/
ABI.h 66 /// ThisAdjustment - A 'this' pointer adjustment.
67 struct ThisAdjustment {
76 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { }
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/include/clang/AST/
Mangle.h 34 struct ThisAdjustment;
105 const ThisAdjustment &ThisAdjustment,
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 86 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);
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
MicrosoftMangle.cpp 88 const ThisAdjustment &ThisAdjustment,
    [all...]
ItaniumMangle.cpp 124 const ThisAdjustment &ThisAdjustment,
    [all...]

Completed in 154 milliseconds