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

  /external/clang/include/clang/Basic/
ABI.h 108 struct ThisAdjustment {
153 ThisAdjustment() : NonVirtual(0) { }
157 friend bool operator==(const ThisAdjustment &LHS,
158 const ThisAdjustment &RHS) {
162 friend bool operator!=(const ThisAdjustment &LHS, const ThisAdjustment &RHS) {
166 friend bool operator<(const ThisAdjustment &LHS,
167 const ThisAdjustment &RHS) {
181 ThisAdjustment This;
195 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 274 CharUnits ThisAdjustment = CharUnits::Zero();
283 ThisAdjustment +=
288 ThisAdjustment = -ThisAdjustment;
289 return ThisAdjustment;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 345 milliseconds