HomeSort by relevance Sort by last modified time
    Searched full:macro_args2 (Results 1 - 1 of 1) sorted by null

  /external/clang/test/Misc/
caret-diags-macros.c 35 #define macro_args2(x) macro_args1(x) macro
36 #define macro_args3(x) macro_args2(x)
50 // CHECK: {{.*}}:35:36: note: expanded from macro: macro_args2
74 macro_args2(2),
79 // CHECK-NEXT: macro_args2(2),
81 // CHECK: {{.*}}:35:36: note: expanded from macro: macro_args2

Completed in 682 milliseconds