OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHandleInSync
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/ADT/
EpochTracker.h
35
bool
isHandleInSync
() const { return true; }
48
///
isHandleInSync
at appropriate points to assert that the handle they're using
86
bool
isHandleInSync
() const { return *EpochAddress == EpochAtCreation; }
DenseMap.h
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
EpochTracker.h
33
///
isHandleInSync
at appropriate points to assert that the handle they're using
71
bool
isHandleInSync
() const { return *EpochAddress == EpochAtCreation; }
90
bool
isHandleInSync
() const { return true; }
DenseMap.h
[
all
...]
SmallPtrSet.h
285
assert(
isHandleInSync
() && "invalid iterator access!");
295
assert(
isHandleInSync
() && "invalid iterator access!");
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
EpochTracker.h
34
///
isHandleInSync
at appropriate points to assert that the handle they're using
72
bool
isHandleInSync
() const { return *EpochAddress == EpochAtCreation; }
91
bool
isHandleInSync
() const { return true; }
DenseMap.h
[
all
...]
Completed in 1906 milliseconds