Home
last modified time | relevance | path

Searched refs:Def6 (Results 1 – 1 of 1) sorted by relevance

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