Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dx86-method-vector-values.m14 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
[all …]
H A Dunsafe-perform-selector.m39 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/llvm-project/lldb/test/API/functionalities/data-formatter/vector-types/
H A Dmain.cpp3 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/llvm-project/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/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/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h66 typedef vector<float, 3> float3; global() typedef
/llvm-project/clang/test/Index/
H A Dusrs.cpp98 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64le-aggregates.c242 typedef float float3 __attribute__((vector_size (12))); typedef
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h208 typedef float float3 __attribute__((ext_vector_type(3))); global() typedef
/llvm-project/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))); global() typedef