Searched defs:fi2 (Results 1 – 6 of 6) sorted by relevance
30 _Imaginary float fi2; // expected-error {{imaginary types are not supported}} variable
35 extern NSString *fi2 (NSString *) __attribute__((format_arg(1))); function
37 void fi2(_Atomic(int) *i) { in fi2() function
41 void fi2(_Atomic(int) *i) { in fi2() function
106 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}} in test() local
850 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}} in test() local