Searched defs:tf1 (Results 1 – 3 of 3) sorted by relevance
30 typedef __fp16 (*tf1) (void); // expected-error {{function return value cannot have __fp16 type; di… typedef
29 typedef __fp16 (*tf1) (void); // expected-error {{function return value cannot have __fp16 type; di… typedef
31 const T& tf1(const T &a) { return a; } tf1() function 92 T tf1(T a) { return a; } tf1() function