| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 25 /// PointerIntPair - This class implements a pair of a pointer and small
 32 /// Note that PointerIntPair always puts the Int part in the highest bits
 33 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 36 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 41 class PointerIntPair {
 59   PointerIntPair() : Value(0) {}
 60   PointerIntPair(PointerTy Ptr, IntType Int) : Value(0)
 [all...]
 | 
| /external/llvm/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 | 
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ | 
| PointerIntPair.h | 1 //===- llvm/ADT/PointerIntPair.h - Pair for pointer and int -----*- C++ -*-===// 10 // This file defines the PointerIntPair class.
 29 /// PointerIntPair - This class implements a pair of a pointer and small
 36 /// Note that PointerIntPair always puts the IntVal part in the highest bits
 37 /// possible.  For example, PointerIntPair<void*, 1, bool> will put the bit for
 40 ///   PointerIntPair<PointerIntPair<void*, 1, bool>, 1, bool>
 46 class PointerIntPair {
 50   constexpr PointerIntPair() : Value(0) {}
 51   PointerIntPair(PointerTy PtrVal, IntType IntVal)
 [all...]
 |