Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp196 FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { in getFile() argument
197 auto Result = getFileRef(Filename, openFile, CacheFailure); in getFile()
204 FileManager::getFileRef(StringRef Filename, bool openFile, bool CacheFailure) { in getFileRef() argument
256 openFile ? &F : nullptr); in getFileRef()
267 assert((openFile || !F) && "undesired open file"); in getFileRef()
334 } else if (!openFile) { in getFileRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp57 static std::unique_ptr<MemoryBuffer> openFile(const Twine &Path) { in openFile() function
113 openFile(Args.getLastArg(OPT_d)->getValue()); in dlltoolDriverMain()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
H A DAppController.h29 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName;
H A DAppController.m53 - (BOOL)application:(NSApplication *)application openFile:(NSString *)fileName
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h45 void openFile (const char *fname);
H A DClassFile.cc999 ClassFile::openFile (const char *fname) in openFile() function in ClassFile
1397 openFile (fname); in readFile()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h45 void openFile (const char *fname);
H A DClassFile.cc999 ClassFile::openFile (const char *fname) in openFile() function in ClassFile
1397 openFile (fname); in readFile()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.h38 static SourceFile * openFile(const std::string & path);
H A DSourceFile.cpp32 SourceFile * SourceFile::openFile(const std::string & path) in openFile() function in SourceFile
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h80 static llvm::Expected<GsymReader> openFile(StringRef Path);
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A DGXditview.ad44 GXditview.menu.openFile.label: Open
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp513 CurrentGsym = GsymReader::openFile(GSYMPath); in main()
536 auto Gsym = GsymReader::openFile(GSYMPath); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h961 std::error_code openFile(const Twine &Name, int &ResultFD,
1045 return openFile(Name, ResultFD, Disp, FA_Write, Flags, Mode);
1087 return openFile(Name, ResultFD, Disp, FA_Write | FA_Read, Flags, Mode);
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp345 file = SourceFile::openFile(*path); in processSources()
376 file = SourceFile::openFile(m_externPaths[externalFileNumber]); in processSources()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp34 llvm::Expected<GsymReader> GsymReader::openFile(StringRef Filename) { in openFile() function in GsymReader
H A DDwarfTransformer.cpp482 auto Gsym = GsymReader::openFile(GsymPath); in verify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc979 std::error_code openFile(const Twine &Name, int &ResultFD,
1088 std::error_code EC = openFile(Name, FD, Disp, Access, Flags, Mode);
1098 openFile(Name, ResultFD, CD_OpenExisting, FA_Read, Flags, 0666);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1200 std::error_code openFile(const Twine &Name, int &ResultFD,
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCodingStandards.rst1096 and start with a lower case letter (e.g. ``openFile()`` or ``isFoo()``).