HomeSort by: relevance | last modified time | path
    Searched defs:subst_info (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 79 struct subst_info struct
81 subst_info (tsubst_flags_t cmp, tree in) function in struct:subst_info
129 struct sat_info : subst_info
132 : subst_info (cmp, in), diagnose_unsatisfaction (diag_unsat)
623 struct norm_info : subst_info
632 : subst_info (tf_warning_or_error | complain, in_decl)
2094 subst_info info)
2110 expression_convertible_p (tree expr, tree type, subst_info info)
2143 subst_info quiet (info.complain & ~tf_warning_or_error, info.in_decl);
2292 check_constraint_variables (tree t, tree args, subst_info info
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 79 struct subst_info struct
81 subst_info (tsubst_flags_t cmp, tree in) function in struct:subst_info
129 struct sat_info : subst_info
132 : subst_info (cmp, in), diagnose_unsatisfaction (diag_unsat)
621 struct norm_info : subst_info
630 : subst_info (tf_warning_or_error | complain, in_decl)
2009 subst_info info)
2025 expression_convertible_p (tree expr, tree type, subst_info info)
2073 subst_info quiet (tf_none, info.in_decl);
2194 check_constraint_variables (tree t, tree args, subst_info info
    [all...]

Completed in 22 milliseconds