HomeSort by relevance Sort by last modified time
    Searched full:def6 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 84 struct Def6;
86 template<> struct Def6<int, float> {
90 template<> struct Def6<bool, int[5], float(double, double)> {
94 bool test_Def6(Def6<int, float, float> *d6a,
95 Def6<int, float, float, int (*)(float, float)> *d6b,
96 Def6<bool, int[5], float(double, double),

Completed in 56 milliseconds