OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IteratorType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
iterator-range.h
25
template <typename
IteratorType
>
28
using iterator =
IteratorType
;
39
iterator_range (
IteratorType
begin,
IteratorType
end)
49
IteratorType
begin () const
52
IteratorType
end () const
60
IteratorType
m_begin, m_end;
reference-to-pointer-iterator.h
29
template <typename
IteratorType
>
33
using value_type = typename
IteratorType
::value_type *;
34
using reference = typename
IteratorType
::value_type *&;
35
using pointer = typename
IteratorType
::value_type **;
36
using iterator_category = typename
IteratorType
::iterator_category;
37
using difference_type = typename
IteratorType
::difference_type;
97
IteratorType
m_it;
/src/external/gpl3/gdb.old/dist/gdbsupport/
iterator-range.h
25
template <typename
IteratorType
>
28
using iterator =
IteratorType
;
40
iterator_range (
IteratorType
begin,
IteratorType
end)
50
IteratorType
begin () const
53
IteratorType
end () const
61
IteratorType
m_begin, m_end;
reference-to-pointer-iterator.h
29
template <typename
IteratorType
>
33
using value_type = typename
IteratorType
::value_type *;
34
using reference = typename
IteratorType
::value_type *&;
35
using pointer = typename
IteratorType
::value_type **;
36
using iterator_category = typename
IteratorType
::iterator_category;
37
using difference_type = typename
IteratorType
::difference_type;
97
IteratorType
m_it;
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangAttrEmitter.cpp
674
std::string
IteratorType
= getLowerName().str() + "_iterator";
678
OS << " typedef " << Type << "* " <<
IteratorType
<< ";\n";
679
OS << " " <<
IteratorType
<< " " << BeginFn << " const {"
681
OS << " " <<
IteratorType
<< " " << EndFn << " const {"
685
OS << " llvm::iterator_range<" <<
IteratorType
<< "> " << RangeName
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
3624
ParsedType
IteratorType
;
3632
IteratorType
= TR.get();
3698
D.Type =
IteratorType
;
Completed in 29 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026