OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:va_list_size
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGen/
powerpc_types.c
5
int
va_list_size
= sizeof(va_list);
variable
6
// SVR4-CHECK:
va_list_size
= global i32 12, align 4
/device/google/contexthub/firmware/os/inc/
chreApi.h
25
C_STATIC_ASSERT(
va_list_size
, sizeof(va_list) == sizeof(uint32_t));
Completed in 313 milliseconds