Lines Matching refs:PrintString
3 class PrintString<string s> {
8 def case_01 : PrintString<!repr((op op, op))>;
9 // CHECK-LABEL: def case_01 { // PrintString
13 def case_02 : PrintString<!repr(32)>;
14 // CHECK-LABEL: def case_02 { // PrintString
20 def _IncI : PrintString<IncI>;
21 def _b : PrintString<!repr(b)>;
25 // CHECK-LABEL: def case_03_IncI { // PrintString
28 // CHECK-LABEL: def case_03_b { // PrintString
32 def case_04 : PrintString<!repr(!foreach(i, [1,2,3], !mul(i,2)))>;
33 // CHECK-LABEL: def case_04 { // PrintString
38 def case_05 : PrintString<!repr(case_04)>;
39 // CHECK-LABEL: def case_05 { // PrintString
40 // CHECK-NEXT: string S = "case_04 { // PrintString
47 def case_06 : PrintString<!cast<string>(case_04)>;
48 // CHECK-LABEL: def case_06 { // PrintString