Home
last modified time | relevance | path

Searched defs:float3 (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dx86-method-vector-values.m16 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
31 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration argument
40 -(void)takeVector:(float3)v { argument
51 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { // expected-error {{'float3' (vector of 3 'flo… argument
57 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { // expected-error {{'float3' (vector of 3 'float' va… argument
60 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // expected-error {{'float3' (vector of 3 'float' va… argument
73 -(void)takeVector:(float3)v { argument
88 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { argument
96 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // no error argument
99 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { argument
[all …]
H A Dunsafe-perform-selector.m40 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/llvm-project-15.0.7/clang/test/Sema/
H A Dvector-init.c33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
H A Dext_vector_components.c4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
H A Dext_vector_casts.c6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Davx512fp16-abi.c164 struct float3 { struct
170 float pr51813_2(struct float3 s) { in pr51813_2() argument
/llvm-project-15.0.7/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h58 typedef vector<float, 3> float3; typedef
/llvm-project-15.0.7/clang/test/Index/
H A Dusrs.cpp98 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h74 typedef __attribute__((ext_vector_type(3))) float float3; typedef
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dppc64le-aggregates.c243 typedef float float3 __attribute__((vector_size (12))); typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h184 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm-swiftcall.c68 typedef float float3 __attribute__((ext_vector_type(3))); typedef
H A D64bit-swiftcall.c76 typedef float float3 __attribute__((ext_vector_type(3))); typedef