| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldexp.h | 49 } 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 D | ChangeLog-9899 | 1454 * ldexp.h (node_type): Add etree_assert to node_class enum.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldexp.h | 47 } 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 D | ChangeLog-2005 | 806 (node_type): Remove etree_undef and etree_unspec.
|
| H A D | ChangeLog-9899 | 1454 * ldexp.h (node_type): Add etree_assert to node_class enum.
|
| H A D | ChangeLog-0001 | 1672 * ldexp.h (node_type): Add etree_provided.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | ilist_node.h | 215 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 D | 20031031-2.c | 3 enum node_type enum 14 put_web (enum node_type type) in put_web()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | set | 42 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 D | unordered_set | 45 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 D | map | 42 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 D | unordered_map | 46 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_handle | 153 "node_type with incompatible allocator passed to " 154 "node_type::operator=(node_type&&)");
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ra.h | 38 enum node_type enum 204 ENUM_BITFIELD(node_type) type:5; 613 extern void put_web PARAMS ((struct web *, enum node_type));
|
| H A D | cpplib.h | 452 enum node_type enum 487 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
|
| H A D | ra-colorize.c | 51 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 D | ChangeLog.3 | 2078 * 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 D | LibCxxMap.cpp | 292 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 D | LibCxx.cpp | 440 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 D | cpplib.h | 539 enum node_type enum 607 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp.c | 6212 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 D | libcxx.py | 553 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 D | prettyprinters.py | 465 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 D | printers.py | 456 self.node_type = self.start_ptr.type 482 .cast(self.node_type)
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_topology.c | 555 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()
|