OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MACRO1
(Results
1 - 2
of
2
) 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/
asm_support_x86.S
25
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name
42
#define
MACRO1
(macro_name, macro_arg1) .macro macro_name macro_arg1
66
MACRO1
(DEFINE_FUNCTION, c_name)
74
MACRO1
(END_FUNCTION, c_name)
79
MACRO1
(PUSH, reg)
85
MACRO1
(POP, reg)
91
MACRO1
(UNIMPLEMENTED,name)
Completed in 60 milliseconds