Lines Matching defs:t
68 constraint_p (tree t) in constraint_p()
102 conjoin_constraints (tree t) in conjoin_constraints()
115 function_concept_check_p (tree t) in function_concept_check_p()
589 normalize_logical_operation (tree t, tree_code c) in normalize_logical_operation()
600 normalize_simple_requirement (tree t) in normalize_simple_requirement()
608 normalize_type_requirement (tree t) in normalize_type_requirement()
622 normalize_compound_requirement (tree t) in normalize_compound_requirement()
660 normalize_nested_requirement (tree t) in normalize_nested_requirement()
668 normalize_requirement (tree t) in normalize_requirement()
694 normalize_requirements (tree t) in normalize_requirements()
710 normalize_requires_expression (tree t) in normalize_requires_expression()
723 normalize_template_id_expression (tree t) in normalize_template_id_expression()
757 normalize_call_expression (tree t) in normalize_call_expression()
786 check_for_logical_overloads (tree t) in check_for_logical_overloads()
822 normalize_atom (tree t) in normalize_atom()
883 normalize_pack_expansion (tree t) in normalize_pack_expansion()
892 normalize_any_expression (tree t) in normalize_any_expression()
919 normalize_any_statement (tree t) in normalize_any_statement()
934 normalize_any_declaration (tree t) in normalize_any_declaration()
949 normalize_expression (tree t) in normalize_expression()
996 normalize_conjunction (tree t) in normalize_conjunction()
1007 normalize_disjunction (tree t) in normalize_disjunction()
1021 normalize_predicate_constraint (tree t) in normalize_predicate_constraint()
1034 normalize_parameterized_constraint (tree t) in normalize_parameterized_constraint()
1046 normalize_constraint (tree t) in normalize_constraint()
1446 placeholder_extract_concept_and_args (tree t, tree &tmpl, tree &args) in placeholder_extract_concept_and_args()
1521 tree t, a; in hash_placeholder_constraint() local
1561 tsubst_predicate_constraint (tree t, tree args, in tsubst_predicate_constraint()
1574 tsubst_check_constraint (tree t, tree args, in tsubst_check_constraint()
1602 tsubst_logical_operator (tree t, tree args, in tsubst_logical_operator()
1621 tsubst_expr_constr (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_expr_constr()
1634 tsubst_type_constr (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_type_constr()
1646 tsubst_implicit_conversion_constr (tree t, tree args, tsubst_flags_t complain, in tsubst_implicit_conversion_constr()
1664 tsubst_argument_deduction_constr (tree t, tree args, tsubst_flags_t complain, in tsubst_argument_deduction_constr()
1688 tsubst_exception_constr (tree t, tree args, tsubst_flags_t complain, in tsubst_exception_constr()
1708 for (tree t = parms; t; t = DECL_CHAIN (t)) in declare_constraint_vars() local
1733 tsubst_constraint_variables (tree t, tree args, in tsubst_constraint_variables()
1750 tsubst_parameterized_constraint (tree t, tree args, in tsubst_parameterized_constraint()
1771 tsubst_simple_requirement (tree t, tree args, in tsubst_simple_requirement()
1786 tsubst_type_requirement (tree t, tree args, in tsubst_type_requirement()
1802 tsubst_compound_requirement (tree t, tree args, in tsubst_compound_requirement()
1816 tsubst_nested_requirement (tree t, tree args, in tsubst_nested_requirement()
1828 tsubst_requirement (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_requirement()
1850 tsubst_requirement_body (tree t, tree args, in tsubst_requirement_body()
1874 tsubst_requires_expr (tree t, tree args, in tsubst_requires_expr()
1899 tsubst_constraint_info (tree t, tree args, in tsubst_constraint_info()
1919 tsubst_constraint (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_constraint()
1966 satisfy_pack_expansion (tree t, tree args, in satisfy_pack_expansion()
1995 satisfy_predicate_constraint (tree t, tree args, in satisfy_predicate_constraint()
2028 satisfy_check_constraint (tree t, tree args, in satisfy_check_constraint()
2060 satisfy_expression_constraint (tree t, tree args, in satisfy_expression_constraint()
2079 satisfy_type_constraint (tree t, tree args, in satisfy_type_constraint()
2096 satisfy_implicit_conversion_constraint (tree t, tree args, in satisfy_implicit_conversion_constraint()
2125 satisfy_argument_deduction_constraint (tree t, tree args, in satisfy_argument_deduction_constraint()
2156 satisfy_exception_constraint (tree t, tree args, in satisfy_exception_constraint()
2173 satisfy_parameterized_constraint (tree t, tree args, in satisfy_parameterized_constraint()
2195 satisfy_conjunction (tree t, tree args, tsubst_flags_t complain, tree in_decl) in satisfy_conjunction()
2208 satisfy_disjunction (tree t, tree args, tsubst_flags_t complain, tree in_decl) in satisfy_disjunction()
2220 satisfy_constraint_1 (tree t, tree args, tsubst_flags_t complain, tree in_decl) in satisfy_constraint_1()
2276 satisfy_constraint (tree t, tree args) in satisfy_constraint()
2399 constraints_satisfied_p (tree t, tree args) in constraints_satisfied_p()
3120 tree t = CI_ASSOCIATED_CONSTRAINTS (ci); in diagnose_declaration_constraints() local
3131 diagnose_constraints (location_t loc, tree t, tree args) in diagnose_constraints()