OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:node_base_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ilist_base.h
20
using
node_base_type
= ilist_node_base<EnableSentinelTracking>;
22
static void insertBeforeImpl(
node_base_type
&Next,
node_base_type
&N) {
23
node_base_type
&Prev = *Next.getPrev();
30
static void removeImpl(
node_base_type
&N) {
31
node_base_type
*Prev = N.getPrev();
32
node_base_type
*Next = N.getNext();
41
static void removeRangeImpl(
node_base_type
&First,
node_base_type
&Last) {
42
node_base_type
*Prev = First.getPrev()
[
all
...]
ilist_node.h
39
template <class OptionsT> class ilist_node_impl : OptionsT::
node_base_type
{
41
using
node_base_type
= typename OptionsT::
node_base_type
;
62
return static_cast<ilist_node_impl *>(
node_base_type
::getPrev());
66
return static_cast<ilist_node_impl *>(
node_base_type
::getNext());
70
return static_cast<ilist_node_impl *>(
node_base_type
::getPrev());
74
return static_cast<ilist_node_impl *>(
node_base_type
::getNext());
77
void setPrev(ilist_node_impl *N) {
node_base_type
::setPrev(N); }
78
void setNext(ilist_node_impl *N) {
node_base_type
::setNext(N); }
93
using
node_base_type
::isKnownSentinel
[
all
...]
ilist_node_options.h
117
typedef ilist_node_base<enable_sentinel_tracking>
node_base_type
;
typedef in struct:llvm::ilist_detail::node_options
/src/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
printers.py
816
node_base_type
= self.sentinel.type.template_argument(0)
817
self.cast_type =
node_base_type
.template_argument(0)
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026