Searched defs:cf3 (Results 1 – 4 of 4) sorted by relevance
27 class(t) function cf3() function
30 __vector float _Complex cf3; // expected-error {{cannot use '_Complex' with '__vector'}} variable
61 __vector float _Complex cf3; // expected-error {{cannot use '_Complex' with '__vector'}} global() variable
145 Noncopyable cf3 = ConversionFunction<const volatile Noncopyable>(); variable