OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoldingSetIteratorImpl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h
663
///
FoldingSetIteratorImpl
- This is the common iterator support shared by all
665
class
FoldingSetIteratorImpl
{
669
FoldingSetIteratorImpl
(void **Bucket);
674
bool operator==(const
FoldingSetIteratorImpl
&RHS) const {
677
bool operator!=(const
FoldingSetIteratorImpl
&RHS) const {
682
template <class T> class FoldingSetIterator : public
FoldingSetIteratorImpl
{
684
explicit FoldingSetIterator(void **Bucket) :
FoldingSetIteratorImpl
(Bucket) {}
/src/external/apache2/llvm/dist/llvm/lib/Support/
FoldingSet.cpp
436
//
FoldingSetIteratorImpl
Implementation
438
FoldingSetIteratorImpl
::
FoldingSetIteratorImpl
(void **Bucket) {
447
void
FoldingSetIteratorImpl
::advance() {
Completed in 56 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026