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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 623 struct norm_info : subst_info struct in inherits:subst_info
625 explicit norm_info (tsubst_flags_t cmp) function in struct:norm_info
626 : norm_info (NULL_TREE, cmp)
631 norm_info (tree in_decl, tsubst_flags_t complain) function in struct:norm_info
684 static tree normalize_expression (tree, tree, norm_info);
690 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info)
743 normalize_concept_check (tree check, tree args, norm_info info)
812 normalize_atom (tree t, tree args, norm_info info)
828 in this case either by norm_info::update_context (when recursing into a
871 normalize_expression (tree t, tree args, norm_info info
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 621 struct norm_info : subst_info struct in inherits:subst_info
623 explicit norm_info (tsubst_flags_t cmp) function in struct:norm_info
624 : norm_info (NULL_TREE, cmp)
629 norm_info (tree in_decl, tsubst_flags_t complain) function in struct:norm_info
682 static tree normalize_expression (tree, tree, norm_info);
688 normalize_logical_operation (tree t, tree args, tree_code c, norm_info info)
702 normalize_concept_check (tree check, tree args, norm_info info)
754 normalize_atom (tree t, tree args, norm_info info)
770 in this case either by norm_info::update_context (when recursing into a
813 normalize_expression (tree t, tree args, norm_info info
    [all...]

Completed in 33 milliseconds