OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoldingSetImpl
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
FoldingSet.cpp
30
/// used to lookup the node in the
FoldingSetImpl
.
154
/// lookup the node in the
FoldingSetImpl
.
182
/// Helper functions for
FoldingSetImpl
.
190
static
FoldingSetImpl
::Node *GetNextPtr(void *NextInBucketPtr) {
195
return static_cast<
FoldingSetImpl
::Node*>(NextInBucketPtr);
223
//
FoldingSetImpl
Implementation
225
FoldingSetImpl
::
FoldingSetImpl
(unsigned Log2InitSize) {
232
FoldingSetImpl
::~
FoldingSetImpl
() {
[
all
...]
/external/llvm/include/llvm/ADT/
FoldingSet.h
42
/// call one of the Add* functions defined in the
FoldingSetImpl
::NodeID class.
105
///
FoldingSetImpl
- Implements the folding set functionality. The main
111
class
FoldingSetImpl
{
126
explicit
FoldingSetImpl
(unsigned Log2InitSize = 6);
127
virtual ~
FoldingSetImpl
();
277
/// used to lookup the node in the
FoldingSetImpl
.
323
/// to lookup the node in the
FoldingSetImpl
.
338
typedef
FoldingSetImpl
::Node FoldingSetNode;
380
template<class T> class FoldingSet : public
FoldingSetImpl
{
405
:
FoldingSetImpl
(Log2InitSize
[
all
...]
Completed in 680 milliseconds