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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 5038 if (scope && TYPE_P (scope) && dependent_type_p (scope)
5039 && dependent_type_p (type)
6979 if (TYPE_P (ctx) && dependent_type_p (ctx))
11110 return dependent_type_p (t);
11117 return dependent_type_p (TREE_TYPE (t));
11684 dependent_p = dependent_type_p (context);
12684 when dependent_type_p is false or
14223 && dependent_type_p (t)
14769 else if (dependent_type_p (obj_param))
17505 else if (!dependent_type_p (type)
28132 dependent_type_p (tree type) function
    [all...]
pt.cc 5038 if (scope && TYPE_P (scope) && dependent_type_p (scope)
5039 && dependent_type_p (type)
6979 if (TYPE_P (ctx) && dependent_type_p (ctx))
11110 return dependent_type_p (t);
11117 return dependent_type_p (TREE_TYPE (t));
11684 dependent_p = dependent_type_p (context);
12684 when dependent_type_p is false or
14223 && dependent_type_p (t)
14769 else if (dependent_type_p (obj_param))
17505 else if (!dependent_type_p (type)
28132 dependent_type_p (tree type) function
    [all...]

Completed in 90 milliseconds