Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:macro

4 .macro .test0
7 .macro .test1
15 // CHECK-ERRORS: <instantiation>:1:1: note: while in macro instantiation
18 // CHECK-ERRORS: 11:1: note: while in macro instantiation
22 .macro test2
27 .macro test3
37 .macro test4
47 .macro test5 _a
54 .macro test6 $a
61 .macro test7 .a
68 .macro test8 _a, _b, _c
72 .macro test9 _a _b _c
86 // CHECK-ERRORS: error: macro argument '_c' is missing
91 // CHECK-ERRORS: error: expected ' ' for macro argument separator