OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallPtrSetIteratorImpl
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallPtrSet.h
27
class
SmallPtrSetIteratorImpl
;
48
friend class
SmallPtrSetIteratorImpl
;
143
///
SmallPtrSetIteratorImpl
- This is the common base class shared between all
145
class
SmallPtrSetIteratorImpl
{
149
explicit
SmallPtrSetIteratorImpl
(const void *const *BP) : Bucket(BP) {
153
bool operator==(const
SmallPtrSetIteratorImpl
&RHS) const {
156
bool operator!=(const
SmallPtrSetIteratorImpl
&RHS) const {
173
class SmallPtrSetIterator : public
SmallPtrSetIteratorImpl
{
184
:
SmallPtrSetIteratorImpl
(BP) {}
/external/llvm/include/llvm/ADT/
SmallPtrSet.h
30
class
SmallPtrSetIteratorImpl
;
51
friend class
SmallPtrSetIteratorImpl
;
197
///
SmallPtrSetIteratorImpl
- This is the common base class shared between all
199
class
SmallPtrSetIteratorImpl
{
205
explicit
SmallPtrSetIteratorImpl
(const void *const *BP, const void*const *E)
210
bool operator==(const
SmallPtrSetIteratorImpl
&RHS) const {
213
bool operator!=(const
SmallPtrSetIteratorImpl
&RHS) const {
232
class SmallPtrSetIterator : public
SmallPtrSetIteratorImpl
{
243
:
SmallPtrSetIteratorImpl
(BP, E) {}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
SmallPtrSet.h
51
friend class
SmallPtrSetIteratorImpl
;
220
///
SmallPtrSetIteratorImpl
- This is the common base class shared between all
222
class
SmallPtrSetIteratorImpl
{
228
explicit
SmallPtrSetIteratorImpl
(const void *const *BP, const void*const *E)
237
bool operator==(const
SmallPtrSetIteratorImpl
&RHS) const {
240
bool operator!=(const
SmallPtrSetIteratorImpl
&RHS) const {
267
class SmallPtrSetIterator : public
SmallPtrSetIteratorImpl
,
280
:
SmallPtrSetIteratorImpl
(BP, E), DebugEpochBase::HandleBase(&Epoch) {}
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallPtrSet.h
57
friend class
SmallPtrSetIteratorImpl
;
207
///
SmallPtrSetIteratorImpl
- This is the common base class shared between all
209
class
SmallPtrSetIteratorImpl
{
215
explicit
SmallPtrSetIteratorImpl
(const void *const *BP, const void*const *E)
226
bool operator==(const
SmallPtrSetIteratorImpl
&RHS) const {
229
bool operator!=(const
SmallPtrSetIteratorImpl
&RHS) const {
259
class SmallPtrSetIterator : public
SmallPtrSetIteratorImpl
{
270
:
SmallPtrSetIteratorImpl
(BP, E) {}
Completed in 825 milliseconds