Searched refs:is_unary_function_with_same_return_type_as_argument_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp185 struct is_unary_function_with_same_return_type_as_argument_type { struct
190 struct is_unary_function_with_same_return_type_as_argument_type<T (*)(T)> { struct
194 int is_unary_function5[is_unary_function_with_same_return_type_as_argument_type<int>::value ? -1 : 1];
195 int is_unary_function6[is_unary_function_with_same_return_type_as_argument_type<int (*)()>::value ? -1 : 1];
196 int is_unary_function7[is_unary_function_with_same_return_type_as_argument_type<int (*)(int, bool)>::value ? -1 : 1];
197 int is_unary_function8[is_unary_function_with_same_return_type_as_argument_type<int (*)(bool)>::value ? -1 : 1];
198 int is_unary_function9[is_unary_function_with_same_return_type_as_argument_type<int (*)(int)>::value ? 1 : -1];
199 int is_unary_function10[is_unary_function_with_same_return_type_as_argument_type<int (*)(int, ...)>::value ? -1 : 1];
200 int is_unary_function11[is_unary_function_with_same_return_type_as_argument_type<int (* const)(int)>::value ? -1 : 1];

Completed in 55 milliseconds