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

  /external/clang/test/Misc/
caret-diags-macros.c 189 #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF
190 #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
203 // CHECK-NEXT: #define APPEND(NUM, SUFF) APPEND2(NUM, SUFF)
205 // CHECK-NEXT: {{.*}}:189:31: note: expanded from macro 'APPEND2'
206 // CHECK-NEXT: #define APPEND2(NUM, SUFF) -1 != NUM ## SUFF

Completed in 1145 milliseconds