HomeSort by relevance Sort by last modified time
    Searched refs:PointerIntPair (Results 1 - 25 of 938) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /external/clang/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ObjCMethodList.h 18 #include "llvm/ADT/PointerIntPair.h"
29 llvm::PointerIntPair<ObjCMethodDecl *, 1> MethodAndHasMoreThanOneDecl;
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;

Completed in 1282 milliseconds

1 2 3 4 5 6 7 8 91011>>