OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cplusplus
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c
25
/* cfront 1.2 defines "c_plusplus" instead of "
__cplusplus
" */
27
#ifndef
__cplusplus
28
#define
__cplusplus
macro
33
#ifdef
__cplusplus
[
all
...]
/external/elfutils/src/
ldlex.c
34
/* cfront 1.2 defines "c_plusplus" instead of "
__cplusplus
" */
36
#ifndef
__cplusplus
37
#define
__cplusplus
macro
42
#ifdef
__cplusplus
52
#else /* !
__cplusplus
*/
60
#endif /* !
__cplusplus
*/
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
initscan.c
15
/* cfront 1.2 defines "c_plusplus" instead of "
__cplusplus
" */
17
#ifndef
__cplusplus
18
#define
__cplusplus
macro
23
#ifdef
__cplusplus
34
#else /* !
__cplusplus
*/
42
#endif /* !
__cplusplus
*/
[
all
...]
Completed in 345 milliseconds