OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNodeProfile
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
FoldingSet.h
191
///
GetNodeProfile
- Instantiations of the FoldingSet template implement
193
virtual void
GetNodeProfile
(Node *N, FoldingSetNodeID &ID) const = 0;
392
///
GetNodeProfile
- Each instantiatation of the FoldingSet needs to provide a
394
virtual void
GetNodeProfile
(Node *N, FoldingSetNodeID &ID) const {
463
// FoldingSet<T>::
GetNodeProfile
to be instantiated, which in turn
469
///
GetNodeProfile
- Each instantiatation of the FoldingSet needs to provide a
471
virtual void
GetNodeProfile
(FoldingSetImpl::Node *N,
/external/llvm/lib/Support/
FoldingSet.cpp
379
GetNodeProfile
(N, ID);
Completed in 251 milliseconds