OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__char9
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
arm64-abi-vector.c
8
typedef __attribute__(( ext_vector_type(9) )) char
__char9
;
typedef
86
__char9
c9 = va_arg(ap,
__char9
);
92
double test_9c(
__char9
*in) {
237
__char9
c9 = va_arg(ap,
__char9
);
278
double test(__char3 *c3, __char5 *c5,
__char9
*c9, __char19 *c19,
318
__attribute__((noinline)) double args_vec_9c(int fixed,
__char9
c9) {
328
double fixed_9c(
__char9
*in) {
arm-abi-vector.c
10
typedef __attribute__(( ext_vector_type(9) )) char
__char9
;
typedef
161
__char9
c9 = va_arg(ap,
__char9
);
167
double test_9c(
__char9
*in) {
Completed in 179 milliseconds