Lines Matching defs:float3
14 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
29 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration argument
38 -(void)takeVector:(float3)v { argument
49 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { // expected-error {{'float3' (vector of 3 'flo… argument
52 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // expected-error {{'float3' (vector of 3 'flo… argument
55 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { // expected-error {{'float3' (vector of 3 'float' va… argument
58 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // expected-error {{'float3' (vector of 3 'float' va… argument
71 -(void)takeVector:(float3)v { argument
86 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { argument
94 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // no error argument
97 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { argument
100 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // no error argument