HomeSort by relevance Sort by last modified time
    Searched defs: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/
asm_support_x86.S 24 #define MACRO1(macro_name, macro_arg1) .macro macro_name macro_arg1
128 MACRO1(DEFINE_FUNCTION, c_name)
132 MACRO1(END_FUNCTION, c_name)
137 MACRO1(PUSH, reg)
143 MACRO1(POP, reg)
149 MACRO1(CFI_RESTORE_REG, reg)
155 MACRO1(UNIMPLEMENTED,name)
167 MACRO1(SETUP_GOT_NOSAVE, got_reg)
179 MACRO1(POISON_HEAP_REF, rRef)
186 MACRO1(UNPOISON_HEAP_REF, rRef
    [all...]
  /art/runtime/arch/x86_64/
asm_support_x86_64.S 24 #define MACRO1(macro_name, macro_arg1) .macro macro_name macro_arg1
128 MACRO1(DEFINE_FUNCTION, c_name)
132 MACRO1(END_FUNCTION, c_name)
137 MACRO1(PUSH, reg)
143 MACRO1(POP, reg)
149 MACRO1(UNIMPLEMENTED,name)
171 MACRO1(POISON_HEAP_REF, rRef)
178 MACRO1(UNPOISON_HEAP_REF, rRef)

Completed in 180 milliseconds