Home
last modified time | relevance | path

Searched refs:vector_float2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/CodeGenObjC/
Dcompound-literal-property-access.m4 typedef __attribute__((__ext_vector_type__(2))) float vector_float2; typedef
7 @property (nonatomic, assign) vector_float2 position;
15 (vector_float2){targetAgent.position.x, targetAgent.position.y};
/external/clang/test/CodeGenObjC/
Dcompound-literal-property-access.m4 typedef __attribute__((__ext_vector_type__(2))) float vector_float2; typedef
7 @property (nonatomic, assign) vector_float2 position;
15 (vector_float2){targetAgent.position.x, targetAgent.position.y};
/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-adl-only-template-id.cpp70 typedef __attribute__((__ext_vector_type__(2))) float vector_float2; typedef
71 bool foo123(vector_float2 &A, vector_float2 &B) in foo123()