Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc983 Disp = CD_OpenAlways;
991 } else if (Disp == CD_OpenAlways) {
1043 * CD_OpenAlways conv: auto conv: on
1054 * CD_OpenAlways conv: off conv: off
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h748 CD_OpenAlways = 3, enumerator
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1830 createFileWithData(NonExistantFile, false, fs::CD_OpenAlways, "Fizz"); in TEST_F()
1837 createFileWithData(NonExistantFile, true, fs::CD_OpenAlways, "Bu"); in TEST_F()
1842 fs::CreationDisposition Disps[] = {fs::CD_CreateAlways, fs::CD_OpenAlways, in TEST_F()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1121 case CD_OpenAlways: