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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 9968 int is_dependent_type; local
10076 is_dependent_type = uses_template_parms (arglist);
10080 if (!is_dependent_type
10086 if (!is_dependent_type
10138 if (!is_dependent_type)
10384 if (CLASS_TYPE_P (template_type) && is_dependent_type)
pt.cc 9968 int is_dependent_type; local
10076 is_dependent_type = uses_template_parms (arglist);
10080 if (!is_dependent_type
10086 if (!is_dependent_type
10138 if (!is_dependent_type)
10384 if (CLASS_TYPE_P (template_type) && is_dependent_type)
pt.cc 9968 int is_dependent_type; local
10076 is_dependent_type = uses_template_parms (arglist);
10080 if (!is_dependent_type
10086 if (!is_dependent_type
10138 if (!is_dependent_type)
10384 if (CLASS_TYPE_P (template_type) && is_dependent_type)
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 10054 int is_dependent_type; local
10195 is_dependent_type = uses_template_parms (arglist);
10199 if (!is_dependent_type
10205 if (!is_dependent_type
10254 if (!is_dependent_type)
10487 if (CLASS_TYPE_P (template_type) && is_dependent_type)
pt.cc 10054 int is_dependent_type; local
10195 is_dependent_type = uses_template_parms (arglist);
10199 if (!is_dependent_type
10205 if (!is_dependent_type
10254 if (!is_dependent_type)
10487 if (CLASS_TYPE_P (template_type) && is_dependent_type)
pt.cc 10054 int is_dependent_type; local
10195 is_dependent_type = uses_template_parms (arglist);
10199 if (!is_dependent_type
10205 if (!is_dependent_type
10254 if (!is_dependent_type)
10487 if (CLASS_TYPE_P (template_type) && is_dependent_type)

Completed in 170 milliseconds