OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__char3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm64-abi-vector.c
5
typedef __attribute__(( ext_vector_type(3) )) char
__char3
;
typedef
24
__char3
c3 = va_arg(ap,
__char3
);
30
double test_3c(
__char3
*in) {
232
__char3
c3 = va_arg(ap,
__char3
);
284
double test(
__char3
*c3, __char5 *c5, __char9 *c9, __char19 *c19,
292
__attribute__((noinline)) double args_vec_3c(int fixed,
__char3
c3) {
302
double fixed_3c(
__char3
*in) {
arm-abi-vector.c
7
typedef __attribute__(( ext_vector_type(3) )) char
__char3
;
typedef
58
__char3
c3 = va_arg(ap,
__char3
);
64
double test_3c(
__char3
*in) {
Completed in 878 milliseconds