HomeSort by relevance Sort by last modified time
    Searched defs:VT1 (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 18 VTableBits VT1;
19 VT1.ObjectSize = 8;
20 VT1.Before.BytesUsed = {1 << 0};
21 VT1.After.BytesUsed = {1 << 1};
28 TypeMemberInfo TM1{&VT1, 0};
56 VT1.After.BytesUsed = {0xff, 0, 0, 0, 0xff};
63 VTableBits VT1;
64 VT1.ObjectSize = 8;
69 TypeMemberInfo TM1{&VT1, 0};
87 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.Before.Bytes)
    [all...]
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 28 typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for integer and floating-point types}}
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 113 #define VT1 0040000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 114 #define VT1 0040000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 107 #define VT1 0040000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 127 #define VT1 0040000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 106 #define VT1 0040000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 112 #define VT1 0040000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 112 #define VT1 0040000
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 121 VT1 = 0040000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 121 VT1 = 0040000
  /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...]

Completed in 714 milliseconds

1 2 3