HomeSort by relevance Sort by last modified time
    Searched refs:Virt (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Index/
complete-ctor-inits.cpp 9 struct Virt { };
10 struct Y : virtual Virt { };
18 Z::Z() : ::X<int>(0), Virt(), b(), c() { }
36 // CHECK-CC1: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )} (35)
44 // CHECK-CC2: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )} (35)
51 // CHECK-CC3-NOT: NotImplemented:{TypedText Virt}{LeftParen (}{Placeholder args}{RightParen )}
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 157 if (_virtPos >= Extents.Back().Virt)
168 if (_virtPos < Extents[mid].Virt)
175 UInt64 phyPos = extent.Phy + (_virtPos - extent.Virt);
183 UInt64 rem = Extents[left + 1].Virt - _virtPos;
201 case STREAM_SEEK_END: offset += Extents.Back().Virt; break;
LimitedStreams.h 107 UInt64 Virt;
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 180 if(my $Virt = $TInfo{"Base"}{$BaseID}{"virtual"}) {
250 if($SInfo{"Virt"}) {
652 $SInfo{"Virt"} = 1;
  /external/abi-dumper/
abi-dumper.pl     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 85 struct HasVirt { virtual void Virt() {}; };
    [all...]

Completed in 179 milliseconds