Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp201 sys::fs::CD_CreateNew, sys::fs::OF_None)) { in PerfJITEventListener()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc957 if (Disp == CD_CreateNew) {
1011 * CD_CreateNew n/a conv: on
1022 * CD_CreateNew n/a conv: off
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h738 CD_CreateNew = 1, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp300 Model, FD, llvm::sys::fs::CD_CreateNew, llvm::sys::fs::OF_None); in ReportDiag()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp184 sys::fs::CD_CreateNew, Flags, Mode); in createUniqueEntity()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1098 case CD_CreateNew:
1158 assert((!(Disp == CD_CreateNew) || !(Flags & OF_Append)) &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1475 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew, in generateCompilationDiagnostics()