Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp96 verifyScopedPrinter(ExpectedOut, Func); in verifyAll()
128 const char *ExpectedOut = R"(| in TEST_F() local
132 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
147 const char *ExpectedOut = R"( | in TEST_F() local
152 verifyScopedPrinter(ExpectedOut, PrintFunc); in TEST_F()
163 const char *ExpectedOut = R"( | in TEST_F() local
178 const char *ExpectedOut = R"(| in TEST_F() local
613 const char *ExpectedOut = R"(True: Yes in TEST_F() local
1063 const char *ExpectedOut = "| | |"; in TEST_F() local
1070 const char *ExpectedOut = "Test"; in TEST_F() local
[all …]
H A DVirtualFileSystemTest.cpp722 static void checkContents(DirIter I, ArrayRef<StringRef> ExpectedOut) { in checkContents() argument
724 SmallVector<StringRef, 4> Expected(ExpectedOut.begin(), ExpectedOut.end()); in checkContents()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1897 Value *ExpectedOut = Builder.CreateAlignedLoad( in expandAtomicOpToLibcall() local
1900 V = Builder.CreateInsertValue(V, ExpectedOut, 0); in expandAtomicOpToLibcall()