| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_chained_origin_depot.cc | 89 ChainedOriginDepotNode *node_; member 90 Handle() : node_(nullptr) {} in Handle() 91 explicit Handle(ChainedOriginDepotNode *node) : node_(node) {} in Handle() 92 bool valid() { return node_; } in valid() 93 u32 id() { return node_->id; } in id() 94 int here_id() { return node_->here_id; } in here_id() 95 int prev_id() { return node_->prev_id; } in prev_id()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_ilist.h | 65 INode node_; 78 node_.next_ = node_.prev_ = &node_; in IList() 83 Push(e, &node_); in PushFront() 88 Push(e, node_.prev_); in PushBack() 136 return size_ ? ToElem(node_.next_) : nullptr; in Front() 141 return size_ ? ToElem(node_.prev_) : nullptr; in Back() 148 return n->prev_ != &node_ ? ToElem(n->prev_) : nullptr; in Prev() 155 return n->next_ != &node_ ? ToElem(n->next_) : nullptr; in Next()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_stackdepot.h | 24 StackDepotNode *node_; member 25 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() 26 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() 27 bool valid() { return node_; } in valid()
|
| H A D | sanitizer_stackdepot.cc | 88 u32 StackDepotHandle::id() { return node_->id; } in id() 90 return atomic_load(&node_->hash_and_use_count, memory_order_relaxed) & in use_count() 95 atomic_fetch_add(&node_->hash_and_use_count, 1, memory_order_relaxed) & in inc_use_count_unsafe()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_stackdepot.h | 26 StackDepotNode *node_; member 27 StackDepotHandle() : node_(nullptr) {} in StackDepotHandle() 28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle() 29 bool valid() { return node_; } in valid()
|
| H A D | sanitizer_stackdepot.cc | 90 u32 StackDepotHandle::id() { return node_->id; } in id() 92 return atomic_load(&node_->hash_and_use_count, memory_order_relaxed) & in use_count() 97 atomic_fetch_add(&node_->hash_and_use_count, 1, memory_order_relaxed) & in inc_use_count_unsafe()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-dump.cc | 45 symbol_entry (symtab_node *node_): node (node_) in symbol_entry() argument 77 variable_entry (varpool_node *node_): symbol_entry (node_) in variable_entry() argument 108 function_entry (cgraph_node *node_): symbol_entry (node_) in function_entry() argument
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_chained_origin_depot.cpp | 46 const ChainedOriginDepotNode *node_ = nullptr; member 48 Handle(const ChainedOriginDepotNode *node, u32 id) : node_(node), id_(id) {} in Handle() 49 bool valid() const { return node_; } in valid() 51 int here_id() const { return node_->here_id; } in here_id() 52 int prev_id() const { return node_->prev_id; } in prev_id()
|
| H A D | sanitizer_stackdepot.h | 25 StackDepotNode *node_ = nullptr; member 27 StackDepotHandle(StackDepotNode *node, u32 id) : node_(node), id_(id) {} in StackDepotHandle() 28 bool valid() const { return node_; } in valid()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-dump.c | 45 symbol_entry (symtab_node *node_): node (node_) in symbol_entry() argument 77 variable_entry (varpool_node *node_): symbol_entry (node_) in variable_entry() argument 108 function_entry (cgraph_node *node_): symbol_entry (node_) in function_entry() argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-slp-patterns.cc | 1461 slp_compat_nodes_map_t *, slp_tree *node_) in recognize() argument 1463 slp_tree node = *node_; in recognize() 1517 return new addsub_pattern (node_, IFN_VEC_FMADDSUB); in recognize() 1524 return new addsub_pattern (node_, IFN_VEC_FMSUBADD); in recognize() 1528 return new addsub_pattern (node_, IFN_VEC_ADDSUB); in recognize()
|
| H A D | tree-vect-slp.cc | 3529 slpg_vertex (slp_tree node_) in slpg_vertex() 3530 : node (node_), perm_in (-1), perm_out (-1) {} in slpg_vertex()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.c | 14037 = build_function_type_list (node_##fx##r, node_##fx##r, NULL); \ in avr_init_builtins() 14039 = build_function_type_list (node_##fx##k, node_##fx##k, NULL) in avr_init_builtins() 14043 = build_function_type_list (node_##fx##r, node_##fx##r, \ in avr_init_builtins() 14046 = build_function_type_list (node_##fx##k, node_##fx##k, \ in avr_init_builtins() 14051 = build_function_type_list (integer_type_node, node_##fx##r, NULL); \ in avr_init_builtins() 14053 = build_function_type_list (integer_type_node, node_##fx##k, NULL) in avr_init_builtins() 14057 = build_function_type_list (ITYP (node_##fx##r), node_##fx##r, NULL); \ in avr_init_builtins() 14059 = build_function_type_list (ITYP (node_##fx##k), node_##fx##k, NULL) in avr_init_builtins() 14063 = build_function_type_list (node_##fx##r, ITYP (node_##fx##r), NULL); \ in avr_init_builtins() 14065 = build_function_type_list (node_##fx##k, ITYP (node_##fx##k), NULL) in avr_init_builtins()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 14462 = build_function_type_list (node_##fx##r, node_##fx##r, NULL); \ in avr_init_builtins() 14464 = build_function_type_list (node_##fx##k, node_##fx##k, NULL) in avr_init_builtins() 14468 = build_function_type_list (node_##fx##r, node_##fx##r, \ in avr_init_builtins() 14471 = build_function_type_list (node_##fx##k, node_##fx##k, \ in avr_init_builtins() 14476 = build_function_type_list (integer_type_node, node_##fx##r, NULL); \ in avr_init_builtins() 14478 = build_function_type_list (integer_type_node, node_##fx##k, NULL) in avr_init_builtins() 14482 = build_function_type_list (ITYP (node_##fx##r), node_##fx##r, NULL); \ in avr_init_builtins() 14484 = build_function_type_list (ITYP (node_##fx##k), node_##fx##k, NULL) in avr_init_builtins() 14488 = build_function_type_list (node_##fx##r, ITYP (node_##fx##r), NULL); \ in avr_init_builtins() 14490 = build_function_type_list (node_##fx##k, ITYP (node_##fx##k), NULL) in avr_init_builtins()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| H A D | nvptx.c | 3432 bb_sese (unsigned node_, unsigned p, int dir_) in bb_sese() 3433 :node (node_), parent (p), dir (dir_) in bb_sese()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| H A D | nvptx.cc | 3904 bb_sese (unsigned node_, unsigned p, int dir_) in bb_sese() 3905 :node (node_), parent (p), dir (dir_) in bb_sese()
|