Home
last modified time | relevance | path

Searched refs:PrintString (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/test/TableGen/
H A Drepr.td3 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)))>;
[all …]
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cpp8 void PrintString(const std::string& msg) const { in PrintString() function in Action
12 PrintString("PrintString called!"); // this line is important in Throw()
/llvm-project/llvm/unittests/Support/
H A DScopedPrinterTest.cpp895 TEST_F(ScopedPrinterTest, PrintString) { in TEST_F() argument