Searched refs:node_type (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dassociated_target_4.f9010 type::node_type type in program:rte1
11 class(node_type),pointer::parent,child
13 end type node_type
14 class(node_type),pointer::root
H A Dimpure_assignment_2.f9016 TYPE node_type type in module:pr20863
17 TYPE(node_type), POINTER :: next=>null()
23 TYPE(node_type), POINTER :: node
24 TYPE(node_type), POINTER :: give_next
30 TYPE node_type type in function:give_next2
32 TYPE(node_type), POINTER :: next
34 TYPE(node_type), POINTER :: node
35 TYPE(node_type), target :: t
41 TYPE(node_type), intent(in) :: node
42 TYPE(node_type)
[all...]
H A Dselect_type_4.f9012 type, public :: node_type type in module:poly_list
14 class(node_type), pointer :: next => null()
15 end type node_type
19 class(node_type), pointer :: head => null(), tail => null()
32 class(node_type), target :: new_node
49 class(node_type), pointer :: first_node
63 class(node_type), target :: node
64 class(node_type), pointer :: next_node
80 class(node_type), pointer :: node, next
103 type, extends(node_type)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031031-2.c3 enum node_type enum
14 put_web (enum node_type type)
/haiku-buildtools/legacy/binutils/ld/
H A Dldexp.h47 } node_type; typedef in typeref:struct:__anon2995
50 node_type type;
52 node_type type;
57 node_type type;
63 node_type type;
69 node_type type;
73 node_type type;
77 node_type type;
82 node_type type;
87 node_type typ
[all...]
/haiku-buildtools/binutils/ld/
H A Dldexp.h50 } node_type; typedef in typeref:struct:__anon1039
53 node_type type;
55 node_type type;
60 node_type type;
66 node_type type;
73 node_type type;
77 node_type type;
81 node_type type;
86 node_type type;
91 node_type typ
[all...]
/haiku-buildtools/gcc/libvtv/testsuite/libvtv.cc/
H A Dv8-test-2.cc21 virtual Type node_type() const = 0;
24 IsLiteral() { return node_type() == AstNode::kLiteral; }
31 IsCallRuntime() { return node_type() == AstNode::kCallRuntime; }
48 virtual AstNode::Type node_type() const { return AstNode::kLiteral; } function in class:Literal
58 virtual AstNode::Type node_type() const { return AstNode::kCallRuntime; } function in class:CallRuntime
/haiku-buildtools/legacy/gcc/gcc/
H A Dcpphash.h33 enum node_type type; /* type of special token */
52 enum node_type, const char *, int));
H A Dcpplib.h563 enum node_type { enum
683 enum node_type type; /* type of last directive seen in this group */
H A Dcpplib.c46 enum node_type, U_CHAR *));
64 enum node_type type; /* Code which describes which directive. */
1719 enum node_type type;
H A Dcpphash.c208 enum node_type type;
H A Dcccp.c610 enum node_type { enum
657 enum node_type type; /* type of special token */
771 enum node_type type; /* Code which describes which directive. */
865 enum node_type type; /* type of last directive seen in this group */
954 static void conditional_skip PROTO((FILE_BUF *, int, enum node_type, U_CHAR *, FILE_BUF *));
1000 static HASHNODE *install PROTO((U_CHAR *, int, enum node_type, char *, int));
7387 enum node_type type;
9801 enum node_type type;
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dxmethods.py278 def __init__(self, val_type, node_type):
280 self._node_type = node_type
318 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
319 return method.worker_class(val_type, node_type)
324 def __init__(self, val_type, node_type):
326 self._node_type = node_type
390 node_type = gdb.lookup_type(str(class_type) + '::_Node').pointer()
391 return method.worker_class(val_type, node_type)
H A Dprinters.py712 self.node_type = find_type(hash.type, '_Node').pointer()
726 node = self.node.cast(self.node_type)
741 self.node_type = find_type(hash.type, '__node_type').pointer()
749 elt = self.node.cast(self.node_type).dereference()
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C31 enum node_type { }; enum
33 node_type type:6;
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp58 enum node_type enum in struct:__gnu_pbds::detail::pat_trie_base
106 const node_type m_type;
108 _Node_base(node_type type) : m_type(type)
1136 const node_type& __nt = m_a_p_children[i]->m_type;
/haiku-buildtools/gcc/libcpp/include/
H A Dcpplib.h658 enum node_type enum
728 ENUM_BITFIELD(node_type) type : 6; /* CPP node type. */
/haiku-buildtools/gcc/gcc/
H A Dtree-chkp.c3870 tree node_type = TREE_TYPE (node); local
3871 tree size = access_size ? access_size : TYPE_SIZE_UNIT (node_type);
4012 && chkp_type_has_pointer (node_type)
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000-c.c234 enum node_type itype = ident->type;

Completed in 180 milliseconds