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

  /external/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
31 class PointerEmbeddedInt {
52 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
59 PointerEmbeddedInt(IntT I) {
63 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 typedef PointerEmbeddedInt<IntT, Bits> T;
100 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
31 class PointerEmbeddedInt {
52 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
59 PointerEmbeddedInt(IntT I) {
63 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 typedef PointerEmbeddedInt<IntT, Bits> T;
100 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
102 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
102 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
31 class PointerEmbeddedInt {
52 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
54 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
57 PointerEmbeddedInt() : Value(0) {}
59 PointerEmbeddedInt(IntT I) {
63 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 typedef PointerEmbeddedInt<IntT, Bits> T;
100 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
102 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend class PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 class PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
102 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
PointerEmbeddedInt.h 1 //===- llvm/ADT/PointerEmbeddedInt.h ----------------------------*- C++ -*-===//
34 class PointerEmbeddedInt {
55 friend struct PointerLikeTypeTraits<PointerEmbeddedInt>;
57 explicit PointerEmbeddedInt(uintptr_t Value, RawValueTag) : Value(Value) {}
60 PointerEmbeddedInt() = default;
62 PointerEmbeddedInt(IntT I) { *this = I; }
64 PointerEmbeddedInt &operator=(IntT I) {
83 struct PointerLikeTypeTraits<PointerEmbeddedInt<IntT, Bits>> {
84 using T = PointerEmbeddedInt<IntT, Bits>;
101 // Teach DenseMap how to use PointerEmbeddedInt objects as keys if the Int typ
    [all...]

Completed in 448 milliseconds