OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__gnuc_va_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Headers/
stdarg.h
30
#ifndef
__GNUC_VA_LIST
31
#define
__GNUC_VA_LIST
1
32
typedef __builtin_va_list
__gnuc_va_list
;
typedef
/src/external/gpl3/gcc/dist/gcc/ginclude/
stdarg.h
36
/* Define
__gnuc_va_list
. */
38
#ifndef
__GNUC_VA_LIST
39
#define
__GNUC_VA_LIST
40
typedef __builtin_va_list
__gnuc_va_list
;
typedef
60
/* Define va_list, if desired, from
__gnuc_va_list
. */
64
but must not use that name. It should use the name
__gnuc_va_list
,
83
typedef
__gnuc_va_list
va_list;
103
typedef
__gnuc_va_list
va_list;
/src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdarg.h
36
/* Define
__gnuc_va_list
. */
38
#ifndef
__GNUC_VA_LIST
39
#define
__GNUC_VA_LIST
40
typedef __builtin_va_list
__gnuc_va_list
;
typedef
56
/* Define va_list, if desired, from
__gnuc_va_list
. */
60
but must not use that name. It should use the name
__gnuc_va_list
,
79
typedef
__gnuc_va_list
va_list;
99
typedef
__gnuc_va_list
va_list;
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026