Home
last modified time | relevance | path

Searched refs:unpack_concept_check (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc125 tree id = unpack_concept_check (expr); in check_constraint_atom()
210 unpack_concept_check (tree t) in unpack_concept_check() function
226 tree id = unpack_concept_check (t); in get_concept_check_template()
365 tree id = unpack_concept_check (check); in resolve_concept_check()
674 tree id = unpack_concept_check (check); in normalize_concept_check()
925 tree id = unpack_concept_check (expr); in normalize_constraint_expression()
1398 return unpack_concept_check (check); in build_concept_id()
1428 return unpack_concept_check (check); in build_type_constraint()
1691 check = unpack_concept_check (check); in check_introduction_list()
1793 t = unpack_concept_check (t); in placeholder_extract_concept_and_args()
[all …]
H A Derror.c3755 tree id = unpack_concept_check (expr); in print_concept_check_info()
H A Dpt.c19434 tree id = unpack_concept_check (check); in tsubst_copy_and_build()
20251 tree id = unpack_concept_check (function); in tsubst_copy_and_build()
29342 check = unpack_concept_check (check); in do_auto_deduction()
29696 tree id = unpack_concept_check (constr); in convert_generic_types_to_packs()
H A Dcp-tree.h7924 extern tree unpack_concept_check (tree);
H A Dconstexpr.c6693 tree id = unpack_concept_check (t); in cxx_eval_constant_expression()
H A Dsemantics.c2605 tree id = unpack_concept_check (fn); in finish_call_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc173 tree id = unpack_concept_check (expr); in check_constraint_atom()
251 unpack_concept_check (tree t) in unpack_concept_check() function
267 tree id = unpack_concept_check (t); in get_concept_check_template()
391 tree id = unpack_concept_check (check); in resolve_concept_check()
704 tree id = unpack_concept_check (check); in normalize_concept_check()
1441 return unpack_concept_check (check); in build_concept_id()
1471 return unpack_concept_check (check); in build_type_constraint()
1734 check = unpack_concept_check (check); in check_introduction_list()
1836 t = unpack_concept_check (t); in placeholder_extract_concept_and_args()
3110 tree id = unpack_concept_check (t); in satisfy_nondeclaration_constraints()
[all …]
H A Derror.cc3856 tree id = unpack_concept_check (expr); in print_concept_check_info()
H A Dpt.cc20217 tree id = unpack_concept_check (check); in tsubst_copy_and_build()
21104 tree id = unpack_concept_check (function); in tsubst_copy_and_build()
29011 tree id = unpack_concept_check (t); in placeholder_type_constraint_dependent_p()
30778 tree id = unpack_concept_check (constr); in convert_generic_types_to_packs()
H A Dcp-tree.h8349 extern tree unpack_concept_check (tree);
H A Dconstexpr.cc7579 tree id = unpack_concept_check (t); in cxx_eval_constant_expression()
H A Dsemantics.cc2834 tree id = unpack_concept_check (fn); in finish_call_expr()
H A DChangeLog-20191789 (unpack_concept_check): New.