/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 3183 bool sat = model.get_constraints ()->add_constraint (sval_int_42, in test_constraint_conditions() 3187 ASSERT_EQ (model.get_constraints ()->m_equiv_classes.length (), 0); in test_constraint_conditions() 3570 ASSERT_EQ (model.get_constraints ()->m_equiv_classes.length (), 1); in test_transitivity() 3571 ASSERT_EQ (model.get_constraints ()->m_constraints.length (), 0); in test_transitivity() 3810 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 3829 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 3851 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 3868 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 3893 constraint_manager *cm0 = model0.get_constraints (); in test_equality() 3894 constraint_manager *cm1 = model1.get_constraints (); in test_equality() [all …]
|
H A D | program-state.cc | 465 equiv_class &ec = model->get_constraints ()->get_equiv_class (sval); in set_state() 958 m_region_model->get_constraints ()->to_json ()); in to_json() 1431 dest_state.m_region_model->get_constraints ()->on_liveness_change in detect_leaks()
|
H A D | region-model.h | 728 constraint_manager *get_constraints () in get_constraints() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 2087 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 2105 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 2126 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 2142 constraint_manager *cm = model.get_constraints (); in test_constraint_impl() 2171 constraint_manager *cm0 = model0.get_constraints (); in test_equality() 2172 constraint_manager *cm1 = model1.get_constraints (); in test_equality() 2188 constraint_manager *cm2 = model2.get_constraints (); in test_equality()
|
H A D | region-model.cc | 7854 model1.get_constraints ()->purge (px, &stats_for_px); in test_purging_by_criteria() 7859 model1.get_constraints ()->purge (py, &stats_for_py); in test_purging_by_criteria() 7862 ASSERT_EQ (*model0.get_constraints (), *model1.get_constraints ()); in test_purging_by_criteria() 7874 model1.get_constraints ()->purge (purge_one_svalue_id (model1, x), &stats); in test_purging_by_criteria() 7891 model1.get_constraints ()->purge (purge_one_svalue_id (model1, x), &stats); in test_purging_by_criteria() 7908 model1.get_constraints ()->purge (purge_one_svalue_id (model1, x), &stats); in test_purging_by_criteria() 7926 model1.get_constraints ()->purge (purge_all_svalue_ids (), &stats); in test_purging_by_criteria() 7967 ASSERT_EQ (model.get_constraints ()->m_constraints.length (), 2); in test_purge_unused_svalues()
|
H A D | program-state.cc | 321 equiv_class &ec = model->get_constraints ()->get_equiv_class (sid); in set_state()
|
H A D | region-model.h | 1844 constraint_manager *get_constraints () in get_constraints() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 847 tree ci = get_constraints (decl); in get_normalized_constraints_from_decl() 1079 if (tree orig_ci = get_constraints (decl)) in associate_classtype_constraints() 1166 get_constraints (const_tree t) in get_constraints() function 1242 tree ci = get_constraints (t); in get_template_head_requirements() 1254 tree ci = get_constraints (t); in get_trailing_function_requirements() 3071 return equivalent_constraints (get_constraints (d1), get_constraints (d2)); in equivalently_constrained()
|
H A D | cxx-pretty-print.c | 1685 if (tree ci = get_constraints (t)) in declarator() 2380 if (tree ci = get_constraints (t)) in pp_cxx_template_declaration()
|
H A D | pt.c | 920 tree main_constr = get_constraints (tmpl); in maybe_new_partial_specialization() 932 tree spec_constr = get_constraints (spec_tmpl); in maybe_new_partial_specialization() 1726 tree c1 = e1->spec ? get_constraints (e1->spec) : NULL_TREE; in equal() 1727 tree c2 = e2->spec ? get_constraints (e2->spec) : NULL_TREE; in equal() 2478 set_constraints (decl, get_constraints (fn)); in determine_specialization() 6243 tree ci = get_constraints (tmpl); in redeclare_class_template() 6441 if (get_constraints (tmpl)) in complex_alias_template_p() 8113 tree parm_cons = get_constraints (parm); in is_compatible_template_arg() 10715 tree ci = get_constraints (decl); in uses_outer_template_parms() 11215 tree cons = get_constraints (tmpl); in tsubst_friend_class() [all …]
|
H A D | decl2.c | 680 tree c1 = get_constraints (function); in check_classfn() 681 tree c2 = get_constraints (fndecl); in check_classfn()
|
H A D | error.c | 1454 if (tree ci = get_constraints (t)) in dump_template_decl() 1716 if (tree ci = get_constraints (t)) in dump_function_decl()
|
H A D | method.c | 2896 if (tree orig_ci = get_constraints (inherited_ctor)) in implicitly_declare_fn()
|
H A D | class.c | 4737 if (tree ci = get_constraints (fn)) in copy_fndecl_with_name() 4869 if (tree ci = get_constraints (fn)) in build_clone()
|
H A D | decl.c | 933 tree ci1 = get_constraints (oldfn); in function_requirements_equivalent_p() 934 tree ci2 = get_constraints (newfn); in function_requirements_equivalent_p()
|
H A D | cp-tree.h | 7876 extern tree get_constraints (const_tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 929 if (tree ci = get_constraints (d)) in get_normalized_constraints_from_decl() 1133 if (tree orig_ci = get_constraints (decl)) in associate_classtype_constraints() 1220 get_constraints (const_tree t) in get_constraints() function 1297 tree ci = get_constraints (t); in get_trailing_function_requirements() 3482 return equivalent_constraints (get_constraints (d1), get_constraints (d2)); in equivalently_constrained()
|
H A D | cxx-pretty-print.cc | 1710 if (tree ci = get_constraints (t)) in declarator() 2351 if (tree ci = get_constraints (t)) in pp_cxx_template_declaration()
|
H A D | pt.cc | 937 tree main_constr = get_constraints (tmpl); in maybe_new_partial_specialization() 949 tree spec_constr = get_constraints (spec_tmpl); in maybe_new_partial_specialization() 1753 tree c1 = e1->spec ? get_constraints (e1->spec) : NULL_TREE; in equal() 1754 tree c2 = e2->spec ? get_constraints (e2->spec) : NULL_TREE; in equal() 2329 tree freq = get_constraints (fn); in determine_specialization() 2330 tree dreq = get_constraints (decl); in determine_specialization() 2519 set_constraints (decl, get_constraints (fn)); in determine_specialization() 2536 set_constraints (decl, get_constraints (tmpl)); in determine_specialization() 6374 tree ci = get_constraints (tmpl); in redeclare_class_template() 6588 if (get_constraints (tmpl)) in complex_alias_template_p() [all …]
|
H A D | error.cc | 1550 if (tree ci = get_constraints (t)) in dump_template_decl() 1813 if (tree ci = get_constraints (t)) in dump_function_decl()
|
H A D | decl2.cc | 795 tree c1 = get_constraints (function); in check_classfn() 796 tree c2 = get_constraints (fndecl); in check_classfn()
|
H A D | module.cc | 7692 tree_node (get_constraints (decl)); in decl_value() 10342 constraints = get_constraints (inner); in key_mergeable() 10401 if (tree reqs = get_constraints (inner)) in key_mergeable() 10520 key.constraints = get_constraints (inner); in key_mergeable() 10616 tree m_reqs = get_constraints (m_inner); in check_mergeable_decl() 10764 get_constraints in key_mergeable()
|
H A D | method.cc | 3201 if (tree orig_ci = get_constraints (inherited_ctor)) in implicitly_declare_fn()
|
H A D | ChangeLog-2019 | 593 * constraint.cc (get_constraints): Take const_tree. 1588 (get_constraints): Likewise. 2099 (get_constraints): Return null if the table hasn't been initialized.
|
H A D | decl.cc | 960 tree ci1 = get_constraints (oldfn); in function_requirements_equivalent_p() 961 tree ci2 = get_constraints (newfn); in function_requirements_equivalent_p()
|