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 68 struct ThisAdjustment {
77 ThisAdjustment() : NonVirtual(0), VCallOffsetOffset(0) { }
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/
Mangle.h 34 struct ThisAdjustment;
105 const ThisAdjustment &ThisAdjustment,
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 83 CharUnits ThisAdjustment);
505 CharUnits ThisAdjustment) {
531 2 * ThisAdjustment.getQuantity() + 1);
539 ThisAdjustment.getQuantity());
557 ThisAdjustment.getQuantity());
571 CharUnits ThisAdjustment = CharUnits::Zero();
580 ThisAdjustment +=
585 ThisAdjustment = -ThisAdjustment;
588 return BuildMemberPointer(MD, ThisAdjustment);
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
ItaniumMangle.cpp 125 const ThisAdjustment &ThisAdjustment,
    [all...]
MicrosoftMangle.cpp 142 const ThisAdjustment &ThisAdjustment,
    [all...]

Completed in 718 milliseconds