Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp3683 CharUnits LastVFPtrOffset = CharUnits::fromQuantity(-1); in dumpMethodLocations() local
3689 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3690 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3695 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations()
/external/clang/lib/AST/
DVTableBuilder.cpp3647 CharUnits LastVFPtrOffset = CharUnits::fromQuantity(-1); in dumpMethodLocations() local
3653 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3654 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3659 LastVFPtrOffset = VFPtrOffset; in dumpMethodLocations()