Home
last modified time | relevance | path

Searched refs:VirtualAdjustment (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DThunk.h33 union VirtualAdjustment { union
51 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
53 bool Equals(const VirtualAdjustment &Other) const { in Equals()
58 VirtualAdjustment Zero; in isEmpty()
62 bool Less(const VirtualAdjustment &RHS) const { in Less()
98 union VirtualAdjustment { union
118 VirtualAdjustment() { memset(this, 0, sizeof(*this)); } in VirtualAdjustment() function
120 bool Equals(const VirtualAdjustment &Other) const { in Equals()
125 VirtualAdjustment Zero; in isEmpty()
129 bool Less(const VirtualAdjustment &RHS) const { in Less()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DItaniumCXXABI.cpp2065 int64_t VirtualAdjustment, in performTypeAdjustment() argument
2067 if (!NonVirtualAdjustment && !VirtualAdjustment) in performTypeAdjustment()
2080 if (VirtualAdjustment) { in performTypeAdjustment()
2086 CGF.Int8Ty, VTablePtr, VirtualAdjustment); in performTypeAdjustment()