OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACRO1
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Preprocessor/
has_include.c
68
#define
MACRO1
__has_include(<stdint.h>)
74
#if !
MACRO1
100
MACRO1
// expected-error {{__has_include must be used within a preprocessing directive}}
103
MACRO1
// expected-error {{__has_include must be used within a preprocessing directive}}
108
MACRO1
// expected-error {{__has_include must be used within a preprocessing directive}}
112
MACRO1
// This should be fine because it is never actually reached
/art/runtime/arch/x86_64/
asm_support_x86_64.S
25
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name
43
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name macro_arg1
124
MACRO1
(DEFINE_FUNCTION, c_name)
135
MACRO1
(END_FUNCTION, c_name)
140
MACRO1
(PUSH, reg)
146
MACRO1
(POP, reg)
152
MACRO1
(UNIMPLEMENTED,name)
/art/runtime/arch/x86/
asm_support_x86.S
25
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name
45
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name macro_arg1
131
MACRO1
(DEFINE_FUNCTION, c_name)
142
MACRO1
(END_FUNCTION, c_name)
147
MACRO1
(PUSH, reg)
153
MACRO1
(POP, reg)
159
MACRO1
(UNIMPLEMENTED,name)
171
MACRO1
(SETUP_GOT_NOSAVE, got_reg)
Completed in 763 milliseconds