Searched defs:node (Results 126 - 150 of 323) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/
H A Dipa-utils.c198 struct cgraph_node *node; local
253 struct cgraph_node *node; local
269 ipa_get_nodes_in_cycle(struct cgraph_node *node) argument
300 struct cgraph_node *node; member in struct:postorder_stack
312 struct cgraph_node *node, *node2; local
[all...]
H A Dtree-browser.c121 tree_upper_hasher::equal (const value_type &parent, const compare_type &node) argument
658 TB_first_in_bind (tree node) argument
674 TB_last_in_bind(tree node) argument
690 TB_up_expr(tree node) argument
703 TB_prev_expr(tree node) argument
720 TB_next_expr(tree node) argument
732 TB_current_chain_node(tree node) argument
761 tree node; local
786 TB_update_up(tree node) argument
[all...]
H A Dtree-profile.c539 struct cgraph_node *node; local
[all...]
H A Dipa-icf.h212 symtab_node *node; member in class:ipa_icf::sem_item
[all...]
H A Dipa-profile.c203 struct cgraph_node *node; local
335 ipa_propagate_frequency_1 (struct cgraph_node *node, void *data) argument
406 contains_hot_call_p (struct cgraph_node *node) argument
424 ipa_propagate_frequency(struct cgraph_node *node) argument
[all...]
H A Dvtable-verify.c196 vtbl_map_node_registration_find (struct vtbl_map_node *node, argument
224 vtbl_map_node_registration_insert (struct vtbl_map_node *node, argument
240 struct vtable_registration *node; local
378 struct vtbl_map_node *node; local
[all...]
H A Dcgraphclones.c308 duplicate_thunk_for_node (cgraph_node *thunk, cgraph_node *node) argument
752 cgraph_node *node; local
809 cgraph_node *node; local
1048 cgraph_materialize_clone(cgraph_node *node) argument
1094 cgraph_node *node; local
[all...]
H A Dipa.c71 has_addr_references_p (struct cgraph_node *node, argument
87 update_inlined_to_pointer (struct cgraph_node *node, struct cgraph_node *inlined_to) argument
107 enqueue_node (symtab_node *node, symtab_node **first, argument
133 symtab_node *node = ref->referred; local
235 cgraph_node *target, *node = edge->caller; local
327 struct cgraph_node *node, *next; local
379 symtab_node *node = first; local
1015 record_cdtor_fn(struct cgraph_node *node) argument
1174 struct cgraph_node *node; local
[all...]
H A Dtree-outof-ssa.c495 elim_graph_add_node (elim_graph g, int node) argument
522 elim_graph_remove_succ_edge (elim_graph g, int node, source_location *locus) argument
[all...]
H A Dtree-emutls.c631 lower_emutls_function_body (struct cgraph_node *node) argument
H A Dtree-pretty-print.c88 do_niy (pretty_printer *pp, const_tree node) argument
201 dump_decl_name (pretty_printer *pp, tree node, int flags) argument
242 dump_function_name(pretty_printer *pp, tree node, int flags) argument
256 dump_function_declaration(pretty_printer *pp, tree node, int spc, int flags) argument
969 dump_generic_node(pretty_printer *pp, tree node, int spc, int flags, bool is_stmt) argument
3056 print_struct_decl(pretty_printer *pp, const_tree node, int spc, int flags) argument
3452 print_call_name(pretty_printer *pp, tree node, int flags) argument
3689 struct cgraph_node *node = cgraph_node::get (fdecl); local
[all...]
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Drecord-replay.cpp164 bool match (ped_type_t type, const __cilkrts_pedigree *node, int victim = -1) argument
[all...]
/haiku-buildtools/gcc/gcc/lto/
H A Dlto-partition.c100 symbol_partitioned_p (symtab_node *node) argument
107 add_references_to_partition (ltrans_partition part, symtab_node *node) argument
136 add_symbol_to_partition_1 (ltrans_partition part, symtab_node *node) argument
221 contained_in_symbol(symtab_node *node) argument
242 add_symbol_to_partition(ltrans_partition part, symtab_node *node) argument
275 symtab_node *node = lto_symtab_encoder_deref (partition->encoder, local
297 symtab_node *node; local
347 symtab_node *node; local
408 symtab_node *node; variable
464 struct cgraph_node *node; local
791 must_not_rename(symtab_node *node, const char *name) argument
861 validize_symbol_for_target(symtab_node *node) argument
884 privatize_symbol_name_1(symtab_node *node, tree decl) argument
917 privatize_symbol_name(symtab_node *node) argument
952 promote_symbol(symtab_node *node) argument
981 may_need_named_section_p(lto_symtab_encoder_t encoder, symtab_node *node) argument
1001 rename_statics(lto_symtab_encoder_t encoder, symtab_node *node) argument
1087 symtab_node *node = lsei_node (lsei); local
1116 symtab_node *node; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ppoutput.c508 cb_define (cpp_reader *pfile, source_location line, cpp_hashnode *node) argument
532 cb_undef(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, cpp_hashnode *node) argument
541 cb_used_define(cpp_reader *pfile, source_location line ATTRIBUTE_UNUSED, cpp_hashnode *node) argument
554 cb_used_undef(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line ATTRIBUTE_UNUSED, cpp_hashnode *node) argument
700 dump_macro(cpp_reader *pfile, cpp_hashnode *node, void *v ATTRIBUTE_UNUSED) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c203 tree node = *listp; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djcf-parse.c780 tree node, current_file_list = NULL_TREE; local
[all...]
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dinstall-info.c80 struct node struct
810 struct node *node; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr47615.C42 template < typename Root > struct node struct in namespace:__gnu_cxx::typelist
476 typedef Node node; typedef in struct:__gnu_pbds::detail::bin_search_tree_traits
/haiku-buildtools/gcc/zlib/
H A Dtrees.c626 int node; /* new node being created */ local
[all...]
/haiku-buildtools/isl/
H A Disl_ast_graft.c80 isl_ast_node *node; local
42 isl_ast_graft_alloc( __isl_take isl_ast_node *node, __isl_keep isl_ast_build *build) argument
219 isl_ast_node *node; member in struct:isl_insert_if_data
234 ast_node_insert_if( __isl_take isl_ast_node *node, __isl_take isl_set *guard, __isl_keep isl_ast_build *build) argument
272 isl_ast_node *node; local
378 extend_body(__isl_keep isl_ast_node **body, __isl_take isl_ast_node *node) argument
468 isl_ast_node *node; member in struct:isl_if_node
535 isl_ast_node *node; local
635 isl_ast_node *node; local
774 isl_ast_node *node; local
860 isl_ast_graft_insert_for( __isl_take isl_ast_graft *graft, __isl_take isl_ast_node *node) argument
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dlang.c384 put_decl_node (tree node, int verbosity) argument
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dtraditional.c57 cpp_hashnode *node; member in struct:fun_macro
318 fun_like_macro (cpp_hashnode *node) argument
329 maybe_start_funlike (cpp_reader *pfile, cpp_hashnode *node, const uchar *start, argument
508 cpp_hashnode *node; local
828 push_replacement_text(cpp_reader *pfile, cpp_hashnode *node) argument
857 recursive_macro(cpp_reader *pfile, cpp_hashnode *node) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp118 typedef typename traits_type::node node; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h186 bool nodeBelongsToCurrentEpoch(uptr node) { argument
190 void removeNode(uptr node) { argument
210 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) argument
302 onFirstLock(DeadlockDetectorTLS<BV> *dtls, uptr node, u32 stk = 0) argument
329 onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) argument
338 onLockFast(DeadlockDetectorTLS<BV> *dtls, uptr node, u32 stk = 0) argument
[all...]
/haiku-buildtools/gcc/libgomp/
H A Dtarget.c837 splay_tree_key node = NULL; local

Completed in 223 milliseconds

1234567891011>>