OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VFPtrOffset
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
VTableBuilder.h
476
CharUnits
VFPtrOffset
;
482
: VBTableIndex(0), VBase(nullptr),
VFPtrOffset
(CharUnits::Zero()),
486
CharUnits
VFPtrOffset
, uint64_t Index)
488
VFPtrOffset
(
VFPtrOffset
), Index(Index) {}
495
return std::tie(
VFPtrOffset
, Index) <
496
std::tie(other.
VFPtrOffset
, other.Index);
540
CharUnits
VFPtrOffset
);
/external/clang/lib/AST/
VTableBuilder.cpp
[
all
...]
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
228
if (ML.VBase || !ML.
VFPtrOffset
.isZero())
[
all
...]
Completed in 109 milliseconds