HomeSort by relevance Sort by last modified time
    Searched refs:MACRO3 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Index/
complete-macro-args.c 15 #define MACRO3(x,y,z) x;y;z
18 MACRO3(p->x);
19 MACRO3(p->x
  /external/clang/test/Preprocessor/
has_include.c 70 #define MACRO3 ("blahblah.h")
82 #if __has_include MACRO3
  /art/runtime/arch/x86/
asm_support_x86.S 27 #define MACRO3(macro_name, macro_arg1, macro_args2, macro_args3) .macro macro_name
44 #define MACRO3(macro_name, macro_arg1, macro_arg2, macro_arg3) .macro macro_name macro_arg1, macro_arg2, macro_arg3
quick_entrypoints_x86.S 285 MACRO3(NO_ARG_DOWNCALL, c_name, cxx_name, return_macro)
303 MACRO3(ONE_ARG_DOWNCALL, c_name, cxx_name, return_macro)
321 MACRO3(TWO_ARG_DOWNCALL, c_name, cxx_name, return_macro)
339 MACRO3(THREE_ARG_DOWNCALL, c_name, cxx_name, return_macro)
    [all...]

Completed in 72 milliseconds