OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v4f_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
init-vector.c
4
typedef float __attribute__((vector_size (16)))
v4f_t
;
typedef
10
v4f_t
v;
14
vector_t foo(
v4f_t
p)
pragma-align-mac68k.c
9
typedef float __attribute__((vector_size (16)))
v4f_t
;
typedef
12
extern int a0_1[__alignof(
v4f_t
) == 16 ? 1 : -1];
34
v4f_t
f1;
Completed in 3406 milliseconds