Searched refs:TREE_VEC_LENGTH (Results 1 – 24 of 24) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | pt.c | 335 begin_scope (TREE_VEC_LENGTH (parms) ? sk_template_parms : sk_template_spec, in push_inline_template_parms_recursive() 337 for (i = 0; i < TREE_VEC_LENGTH (parms); ++i) in push_inline_template_parms_recursive() 470 TREE_VEC_LENGTH (args) -= TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() 475 TREE_VEC_LENGTH (args) += TMPL_ARGS_DEPTH (extra_args); in add_outermost_template_args() 1465 && (TREE_VEC_LENGTH (DECL_INNERMOST_TEMPLATE_PARMS (fn)) in determine_specialization() 1466 != TREE_VEC_LENGTH (INNERMOST_TEMPLATE_PARMS in determine_specialization() 2244 if (TREE_VEC_LENGTH (t1) != TREE_VEC_LENGTH (t2)) in comp_template_parms() 2247 for (i = 0; i < TREE_VEC_LENGTH (t2); ++i) in comp_template_parms() 2555 for (i = TREE_VEC_LENGTH (a) - 1; i >= 0; --i) in current_template_args() 2681 int nargs = TREE_VEC_LENGTH (inner_args); in process_partial_specialization() [all …]
|
| HD | error.c | 151 int n = TREE_VEC_LENGTH (args); in dump_template_argument_list() 222 for (i = 0; i < TREE_VEC_LENGTH (p); ++i) in dump_template_bindings() 944 int len = TREE_VEC_LENGTH (inner_parms); in dump_template_decl() 1230 args = TREE_VEC_ELT (args, TREE_VEC_LENGTH (args) - 1); in dump_template_parms() 1232 len = TREE_VEC_LENGTH (args); in dump_template_parms() 1254 len = parms ? TREE_VEC_LENGTH (parms) : 0; in dump_template_parms()
|
| HD | mangle.c | 488 TREE_VEC_LENGTH (args) == 1 in is_std_substitution_char() 570 if (TREE_VEC_LENGTH (args) == 3 in find_substitution() 600 if (TREE_VEC_LENGTH (args) == 2 in find_substitution() 1999 int length = TREE_VEC_LENGTH (args); in write_template_args() 2012 length = TREE_VEC_LENGTH (args); in write_template_args()
|
| HD | tree.c | 1560 if (TREE_VEC_LENGTH (vec1) != TREE_VEC_LENGTH (vec2)) in cp_tree_equal() 1563 for (ix = TREE_VEC_LENGTH (vec1); ix--;) in cp_tree_equal()
|
| HD | cxx-pretty-print.c | 1505 for (i = 0; i < TREE_VEC_LENGTH (t); ++i) in pp_cxx_template_argument_list() 1790 const int n = TREE_VEC_LENGTH (t); in pp_cxx_template_parameter_list()
|
| HD | decl2.c | 483 i = TREE_VEC_LENGTH (args); in acceptable_java_type() 1613 for (i = TREE_VEC_LENGTH (args); i > 0; --i) in constrain_visibility_for_template()
|
| HD | cp-tree.h | 2190 (TMPL_ARGS_HAVE_MULTIPLE_LEVELS (NODE) ? TREE_VEC_LENGTH (NODE) : 1) 2210 (TREE_VEC_LENGTH (NODE)) 2757 TREE_VEC_LENGTH (DECL_INNERMOST_TEMPLATE_PARMS (NODE))
|
| HD | name-lookup.c | 4542 for (i = 0; i < TREE_VEC_LENGTH (list); ++i) in arg_assoc_class() 4686 for (ix = TREE_VEC_LENGTH (args); ix--;) in arg_assoc()
|
| HD | ChangeLog-2000 | 2981 * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
|
| /NextBSD/contrib/gcc/ |
| HD | tree-dump.c | 432 dump_int (di, "lngt", TREE_VEC_LENGTH (t)); in dequeue_and_dump() 433 for (i = 0; i < TREE_VEC_LENGTH (t); ++i) in dequeue_and_dump()
|
| HD | tree-cfg.c | 787 n = TREE_VEC_LENGTH (vec); in get_cases_for_edge() 809 n = TREE_VEC_LENGTH (vec); in make_switch_expr_edges() 1025 size_t n = TREE_VEC_LENGTH (vec); in cleanup_dead_labels() 1110 int old_size = TREE_VEC_LENGTH (labels); in group_case_labels() 1179 TREE_VEC_LENGTH (labels) = new_size; in group_case_labels() 2213 size_t low, high, n = TREE_VEC_LENGTH (vec); in find_case_label_for_value() 3897 n = TREE_VEC_LENGTH (vec); in tree_verify_flow_info() 4168 size_t i, n = TREE_VEC_LENGTH (vec); in tree_redirect_edge_and_branch()
|
| HD | tree-ssa-uncprop.c | 196 int i, n_labels = TREE_VEC_LENGTH (labels); in associate_equivalences_with_edges()
|
| HD | tree-pretty-print.c | 481 if (TREE_VEC_LENGTH (node) > 0) in dump_generic_node() 483 size_t len = TREE_VEC_LENGTH (node); in dump_generic_node() 1520 size_t i, n = TREE_VEC_LENGTH (vec); in dump_generic_node()
|
| HD | print-tree.c | 780 len = TREE_VEC_LENGTH (node); in print_node()
|
| HD | stmt.c | 2364 elt = TREE_VEC_ELT (vec, TREE_VEC_LENGTH (vec) - 1); in expand_case() 2369 for (i = TREE_VEC_LENGTH (vec) - 1; --i >= 0; ) in expand_case()
|
| HD | tree-eh.c | 569 n = TREE_VEC_LENGTH (vec); in verify_norecord_switch_expr()
|
| HD | tree-ssa-dom.c | 1285 int i, n_labels = TREE_VEC_LENGTH (labels); in record_edge_info()
|
| HD | tree.c | 422 + (TREE_VEC_LENGTH (node) - 1) * sizeof(char *)); in tree_size() 1260 TREE_VEC_LENGTH (t) = len; in make_tree_vec_stat() 7577 int len = TREE_VEC_LENGTH (*tp); in walk_tree()
|
| HD | tree-data-ref.c | 2118 for (j = 0; j < TREE_VEC_LENGTH (chrec) - 1; j++) in all_chrecs_equal_p()
|
| HD | tree.h | 1379 #define TREE_VEC_LENGTH(NODE) (TREE_VEC_CHECK (NODE)->vec.length) macro
|
| HD | omp-low.c | 4612 int i, len = TREE_VEC_LENGTH (vec); in diagnose_sb_2()
|
| HD | gimplify.c | 1331 size_t len = TREE_VEC_LENGTH (label_vec); in sort_case_labels()
|
| HD | fold-const.c | 11974 for (i = 0; i < TREE_VEC_LENGTH (expr); ++i) in fold_checksum_tree()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 236 @findex TREE_VEC_LENGTH 251 A @code{TREE_VEC} is a simple vector. The @code{TREE_VEC_LENGTH} is an
|