OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__gnuc_va_list
(Results
26 - 28
of
28
) sorted by null
1
2
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
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
55
/* Define va_list, if desired, from
__gnuc_va_list
. */
59
but must not use that name. It should use the name
__gnuc_va_list
,
82
typedef
__gnuc_va_list
va_list;
102
typedef
__gnuc_va_list
va_list;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2477
__gnuc_va_list
= STRING
variable
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
2477
__gnuc_va_list
= STRING
variable
[
all
...]
Completed in 286 milliseconds
1
2