Searched refs:diagnose_constraints (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 3541 diagnose_constraints (location_t loc, tree t, tree args) in diagnose_constraints() function
|
H A D | decl2.c | 5571 diagnose_constraints (loc, decl, NULL_TREE); in mark_used()
|
H A D | pt.c | 9815 diagnose_constraints (input_location, gen_tmpl, arglist); in lookup_template_class_1() 10188 diagnose_constraints (location_of (var), templ, arglist); in finish_template_variable() 21107 diagnose_constraints (input_location, tmpl, args); in instantiate_alias_template() 29384 diagnose_constraints (input_location, check, targs); in do_auto_deduction()
|
H A D | cp-tree.h | 7944 extern void diagnose_constraints (location_t, tree, tree);
|
H A D | semantics.c | 9717 diagnose_constraints (location, orig_condition, NULL_TREE); in finish_static_assert()
|
H A D | call.c | 3807 diagnose_constraints (cloc, fn, NULL_TREE); in print_z_candidate()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 3808 diagnose_constraints (location_t loc, tree t, tree args) in diagnose_constraints() function
|
H A D | decl2.cc | 5936 diagnose_constraints (loc, decl, NULL_TREE); in mark_used()
|
H A D | pt.cc | 10053 diagnose_constraints (input_location, gen_tmpl, arglist); in lookup_template_class_1() 10429 diagnose_constraints (location_of (var), templ, arglist); in finish_template_variable() 21912 diagnose_constraints (input_location, tmpl, args); in instantiate_alias_template() 22317 diagnose_constraints (DECL_SOURCE_LOCATION (fn), fn, targs); in fn_type_unification() 30576 diagnose_constraints (input_location, auto_node, full_targs); in do_auto_deduction()
|
H A D | ChangeLog-2021 | 4385 (diagnose_constraints): Remove special casing of REQUIRES_EXPR 4428 (diagnose_constraints): Handle REQUIRES_EXPR by going through
|
H A D | ChangeLog-2020 | 613 (diagnose_constraints): Pass an appropriate sat_info object to 5173 (diagnose_constraints): Don't diagnose if concepts_diagnostics_max_depth
|
H A D | cp-tree.h | 8365 extern void diagnose_constraints (location_t, tree, tree);
|
H A D | semantics.cc | 11256 diagnose_constraints (location, bad, NULL_TREE); in finish_static_assert()
|
H A D | call.cc | 3955 diagnose_constraints (cloc, fn, NULL_TREE); in print_z_candidate()
|
H A D | ChangeLog-2019 | 689 (diagnose_constraints): Call constraint_satisfaction_value.
|