Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldexp.h49 } node_type; typedef
52 node_type type;
54 node_type type;
59 node_type type;
65 node_type type;
70 node_type type;
74 node_type type;
78 node_type type;
83 node_type type;
88 node_type type;
H A DChangeLog-98991454 * ldexp.h (node_type): Add etree_assert to node_class enum.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldexp.h47 } node_type; typedef
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 type;
H A DChangeLog-2005806 (node_type): Remove etree_undef and etree_unspec.
H A DChangeLog-98991454 * ldexp.h (node_type): Add etree_assert to node_class enum.
H A DChangeLog-00011672 * ldexp.h (node_type): Add etree_provided.
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A Dilist_node.h215 using node_type = ilist_node_impl<OptionsT>; member
217 static node_type *getNodePtr(pointer N) { in getNodePtr()
221 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
225 static pointer getValuePtr(node_type *N) { in getValuePtr()
229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031031-2.c3 enum node_type enum
14 put_web (enum node_type type) in put_web()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dset42 typedef unspecified node_type; // C++17
43 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
119 node_type extract(const_iterator position); // C++17
120 node_type extract(const key_type& x); // C++17
121 insert_return_type insert(node_type&& nh); // C++17
122 iterator insert(const_iterator hint, node_type&& nh); // C++17
267 typedef unspecified node_type; // C++17
343 node_type extract(const_iterator position); // C++17
344 node_type extract(const key_type& x); // C++17
345 iterator insert(node_type&& nh); // C++17
[all …]
H A Dunordered_set45 typedef unspecified node_type unspecified; // C++17
46 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
118 node_type extract(const_iterator position); // C++17
119 node_type extract(const key_type& x); // C++17
120 insert_return_type insert(node_type&& nh); // C++17
121 iterator insert(const_iterator hint, node_type&& nh); // C++17
260 typedef unspecified node_type unspecified; // C++17
332 node_type extract(const_iterator position); // C++17
333 node_type extract(const key_type& x); // C++17
334 iterator insert(node_type&& nh); // C++17
[all …]
H A Dmap42 typedef unspecified node_type; // C++17
43 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
143 node_type extract(const_iterator position); // C++17
144 node_type extract(const key_type& x); // C++17
145 insert_return_type insert(node_type&& nh); // C++17
146 iterator insert(const_iterator hint, node_type&& nh); // C++17
308 typedef unspecified node_type; // C++17
400 node_type extract(const_iterator position); // C++17
401 node_type extract(const key_type& x); // C++17
402 iterator insert(node_type&& nh); // C++17
[all …]
H A Dunordered_map46 typedef unspecified node_type; // C++17
47 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17
127 node_type extract(const_iterator position); // C++17
128 node_type extract(const key_type& x); // C++17
129 insert_return_type insert(node_type&& nh); // C++17
130 iterator insert(const_iterator hint, node_type&& nh); // C++17
299 typedef unspecified node_type; // C++17
379 node_type extract(const_iterator position); // C++17
380 node_type extract(const key_type& x); // C++17
381 iterator insert(node_type&& nh); // C++17
[all …]
H A D__node_handle153 "node_type with incompatible allocator passed to "
154 "node_type::operator=(node_type&&)");
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dra.h38 enum node_type enum
204 ENUM_BITFIELD(node_type) type:5;
613 extern void put_web PARAMS ((struct web *, enum node_type));
H A Dcpplib.h452 enum node_type enum
487 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
H A Dra-colorize.c51 static void put_web_at_end PARAMS ((struct web *, enum node_type));
62 static inline unsigned int simplify_p PARAMS ((enum node_type));
179 enum node_type type;
273 enum node_type type;
713 enum node_type type; in simplify_p()
H A DChangeLog.32078 * cpphash.h (enum node_type, struct hashnode, _cpp_lookup
3183 * cpphash.h (enum node_type): Add T_ASSERTION.
5146 * cpphash.h (enum node_type: Take out T_MCONST.
5885 (enum node_type): Add T_VOID, T_XCONST, T_FMACRO, and
10899 (enum node_type): Remove entries for directives.
11311 * cpplib.h: Move U_CHAR, enum node_type, struct
13508 from enum node_type. Prototype cpp_defined and get_directive_token.
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp292 CompilerType node_type(node->GetCompilerType()); in GetValueOffset() local
294 if (node_type.GetIndexOfFieldWithName("__value_", nullptr, &bit_offset) != in GetValueOffset()
298 auto ast_ctx = node_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in GetValueOffset()
H A DLibCxx.cpp440 CompilerType node_type(iter_child->GetCompilerType() in Update() local
444 CompilerType pair_type(node_type.GetTypeTemplateArgument(0)); in Update()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h539 enum node_type enum
607 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c6212 U8 node_type = EXACT; in S_regatom()
6260 /* Allocate an EXACT node. The node_type may change below to in S_regatom()
6263 ret = REGNODE_GUTS(pRExC_state, node_type, current_string_nodes); in S_regatom()
6264 FILL_NODE(ret, node_type); in S_regatom()
6276 node_type = EXACT; in S_regatom()
6407 if (node_type == EXACTF) { in S_regatom()
6408 node_type = EXACTFU; in S_regatom()
6698 node_type = EXACTFL; in S_regatom()
6701 else if (node_type == EXACT) { in S_regatom()
6739 if (len && node_type ! in S_regatom()
6117 U8 node_type = EXACT; S_regatom() local
[all...]
/openbsd-src/gnu/llvm/lldb/examples/synthetic/
H A Dlibcxx.py553 node_type = node.GetType()
554 fields_count = node_type.GetNumberOfFields()
556 field = node_type.GetFieldAtIndex(i)
/openbsd-src/gnu/llvm/llvm/utils/gdb-scripts/
H A Dprettyprinters.py465 self.node_type = val.type.template_argument(0)
477 yield pointer.cast(self.node_type.pointer())
/openbsd-src/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py456 self.node_type = self.start_ptr.type
482 .cast(self.node_type)
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_topology.c555 static const struct kobj_type node_type = { variable
664 ret = kobject_init_and_add(dev->kobj_node, &node_type, in kfd_build_sysfs_node_entry()

12