Searched refs:PrintString (Results 1 – 3 of 3) sorted by relevance
3 class PrintString<string s> {8 def case_01 : PrintString<!repr((op op, op))>;9 // CHECK-LABEL: def case_01 { // PrintString13 def case_02 : PrintString<!repr(32)>;14 // CHECK-LABEL: def case_02 { // PrintString20 def _IncI : PrintString<IncI>;21 def _b : PrintString<!repr(b)>;25 // CHECK-LABEL: def case_03_IncI { // PrintString28 // CHECK-LABEL: def case_03_b { // PrintString32 def case_04 : PrintString<!repr(!foreach(i, [1,2,3], !mul(i,2)))>;[all …]
8 void PrintString(const std::string& msg) const { in PrintString() function in Action12 PrintString("PrintString called!"); // this line is important in Throw()
895 TEST_F(ScopedPrinterTest, PrintString) { in TEST_F() argument