OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACRO2
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/Index/
annotate-macro-args.h
5
#define
MACRO2
(x) x
6
#define MACRO(x)
MACRO2
(x)
get-cursor-macro-args.h
5
#define
MACRO2
(x) (x)
6
#define MACRO(x)
MACRO2
((x))
complete-macro-args.c
7
#define
MACRO2
(x) x
8
#define MACRO(x)
MACRO2
(x)
/external/clang/test/Preprocessor/
has_include.c
69
#define
MACRO2
("stdint.h")
78
#if !__has_include
MACRO2
/art/runtime/arch/x86/
asm_support_x86.S
26
#define
MACRO2
(macro_name, macro_arg1, macro_args2) .macro macro_name
44
#define
MACRO2
(macro_name, macro_arg1, macro_arg2) .macro macro_name macro_arg1, macro_arg2
quick_entrypoints_x86.S
113
MACRO2
(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
129
MACRO2
(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
145
MACRO2
(TWO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
209
MACRO2
(INVOKE_TRAMPOLINE, c_name, cxx_name)
[
all
...]
/art/runtime/arch/x86_64/
asm_support_x86_64.S
26
#define
MACRO2
(macro_name, macro_arg1, macro_args2) .macro macro_name
44
#define
MACRO2
(macro_name, macro_arg1, macro_arg2) .macro macro_name macro_arg1, macro_arg2
quick_entrypoints_x86_64.S
239
MACRO2
(NO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
250
MACRO2
(ONE_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
261
MACRO2
(TWO_ARG_RUNTIME_EXCEPTION, c_name, cxx_name)
322
MACRO2
(INVOKE_TRAMPOLINE, c_name, cxx_name)
362
MACRO2
(LOOP_OVER_SHORTY_LOADING_XMMS, xmm_reg, finished)
[
all
...]
Completed in 215 milliseconds