Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp941 Error FE2 = createFileError("file.bin", std::move(E2)); in TEST() local
942 handleAllErrors(std::move(FE2), [](const FileError &F) { in TEST()