HomeSort by relevance Sort by last modified time
    Searched defs:VT2 (Results 1 - 19 of 19) sorted by null

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 23 VTableBits VT2;
24 VT2.ObjectSize = 8;
25 VT2.Before.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
29 TypeMemberInfo TM2{&VT2, 0};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
66 VTableBits VT2;
67 VT2.ObjectSize = 8;
70 TypeMemberInfo TM2{&VT2, 0};
89 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.Before.Bytes)
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
pointer_deleter.pass.cpp 253 typedef typename std::conditional<IsArray, int[], int>::type VT2;
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
pointer_deleter.pass.cpp 253 typedef typename std::conditional<IsArray, int[], int>::type VT2;
257 std::unique_ptr<VT2, void (*)(void*)> s(&i, my_free);
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]

Completed in 1186 milliseconds