Home
last modified time | relevance | path

Searched refs:get_constraints (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc3183 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 Dprogram-state.cc465 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 Dregion-model.h728 constraint_manager *get_constraints () in get_constraints() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc2087 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 Dregion-model.cc7854 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 Dprogram-state.cc321 equiv_class &ec = model->get_constraints ()->get_equiv_class (sid); in set_state()
H A Dregion-model.h1844 constraint_manager *get_constraints () in get_constraints() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc847 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 Dcxx-pretty-print.c1685 if (tree ci = get_constraints (t)) in declarator()
2380 if (tree ci = get_constraints (t)) in pp_cxx_template_declaration()
H A Dpt.c920 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 Ddecl2.c680 tree c1 = get_constraints (function); in check_classfn()
681 tree c2 = get_constraints (fndecl); in check_classfn()
H A Derror.c1454 if (tree ci = get_constraints (t)) in dump_template_decl()
1716 if (tree ci = get_constraints (t)) in dump_function_decl()
H A Dmethod.c2896 if (tree orig_ci = get_constraints (inherited_ctor)) in implicitly_declare_fn()
H A Dclass.c4737 if (tree ci = get_constraints (fn)) in copy_fndecl_with_name()
4869 if (tree ci = get_constraints (fn)) in build_clone()
H A Ddecl.c933 tree ci1 = get_constraints (oldfn); in function_requirements_equivalent_p()
934 tree ci2 = get_constraints (newfn); in function_requirements_equivalent_p()
H A Dcp-tree.h7876 extern tree get_constraints (const_tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc929 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 Dcxx-pretty-print.cc1710 if (tree ci = get_constraints (t)) in declarator()
2351 if (tree ci = get_constraints (t)) in pp_cxx_template_declaration()
H A Dpt.cc937 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 Derror.cc1550 if (tree ci = get_constraints (t)) in dump_template_decl()
1813 if (tree ci = get_constraints (t)) in dump_function_decl()
H A Ddecl2.cc795 tree c1 = get_constraints (function); in check_classfn()
796 tree c2 = get_constraints (fndecl); in check_classfn()
H A Dmodule.cc7692 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 Dmethod.cc3201 if (tree orig_ci = get_constraints (inherited_ctor)) in implicitly_declare_fn()
H A DChangeLog-2019593 * 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 Ddecl.cc960 tree ci1 = get_constraints (oldfn); in function_requirements_equivalent_p()
961 tree ci2 = get_constraints (newfn); in function_requirements_equivalent_p()

12