Home
last modified time | relevance | path

Searched defs:ThisAdjustment (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DABI.h105 struct ThisAdjustment { struct
108 int64_t NonVirtual;
112 union VirtualAdjustment {
150 ThisAdjustment() : NonVirtual(0) { } in ThisAdjustment() argument
154 friend bool operator==(const ThisAdjustment &LHS, argument
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.cpp274 CharUnits ThisAdjustment = CharUnits::Zero(); in getMemberPointerPathAdjustment() local
H A DItaniumCXXABI.cpp647 CharUnits ThisAdjustment) { in BuildMemberPointer()
712 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
H A DMicrosoftCXXABI.cpp2094 CharUnits ThisAdjustment = getMemberPointerPathAdjustment(MP); in EmitMemberPointer() local
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1151 ThisAdjustment ThisAdjustment = in ComputeThisAdjustments() local
1550 ThisAdjustment ThisAdjustment = in AddMethods() local
H A DItaniumMangle.cpp3805 const ThisAdjustment &ThisAdjustment, raw_ostream &Out) { in mangleCXXDtorThunk()