OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeNodeHash
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
FoldingSet.cpp
253
GetBucketFor(
ComputeNodeHash
(NodeInBucket, TempID),
297
InsertPos = GetBucketFor(
ComputeNodeHash
(N, TempID), Buckets, NumBuckets);
/external/llvm/include/llvm/ADT/
FoldingSet.h
198
///
ComputeNodeHash
- Instantiations of the FoldingSet template implement
200
virtual unsigned
ComputeNodeHash
(Node *N, FoldingSetNodeID &TempID) const = 0;
395
///
ComputeNodeHash
- Instantiations may optionally provide a way to compute a
397
virtual unsigned
ComputeNodeHash
(Node *N, FoldingSetNodeID &TempID) const {
473
virtual unsigned
ComputeNodeHash
(FoldingSetImpl::Node *N,
Completed in 4192 milliseconds