HomeSort by relevance Sort by last modified time
    Searched refs:EpochAddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ADT/
EpochTracker.h 74 const uint64_t *EpochAddress;
78 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
81 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
86 bool isHandleInSync() const { return *EpochAddress == EpochAtCreation; }
91 const void *getEpochAddress() const { return EpochAddress; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
EpochTracker.h 59 const uint64_t *EpochAddress;
63 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
66 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
71 bool isHandleInSync() const { return *EpochAddress == EpochAtCreation; }
76 const void *getEpochAddress() const { return EpochAddress; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
EpochTracker.h 60 const uint64_t *EpochAddress;
64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {}
67 : EpochAddress(&Parent->Epoch), EpochAtCreation(Parent->Epoch) {}
72 bool isHandleInSync() const { return *EpochAddress == EpochAtCreation; }
77 const void *getEpochAddress() const { return EpochAddress; }

Completed in 343 milliseconds