Searched refs:File (Results 1 - 25 of 144) sorted by relevance

123456

/freebsd-10.0-release/contrib/flex/
H A Dmkskel.sh25 /* File created from flex.skl via mkskel.sh */
/freebsd-10.0-release/usr.sbin/crunch/crunchgen/
H A Dmkskel.sh5 /* File created via mkskel.sh */
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStreamFile.h22 #include "lldb/Host/File.h"
45 File &
51 const File &
67 File m_file;
H A DSourceManager.h30 class File class in class:lldb_private::SourceManager
32 friend bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
35 File (const FileSpec &file_spec, Target *target);
36 ~File();
89 typedef std::shared_ptr<File> FileSP;
193 bool operator== (const SourceManager::File &lhs, const SourceManager::File &rhs);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp11 #include "lldb/Host/File.h"
30 if (options & File::eOpenOptionAppend)
32 if (options & File::eOpenOptionRead)
34 if (options & File::eOpenOptionCanCreateNewOnly)
39 else if (options & File::eOpenOptionWrite)
41 if (options & File::eOpenOptionCanCreateNewOnly)
47 else if (options & File::eOpenOptionRead && options & File::eOpenOptionWrite)
49 if (options & File::eOpenOptionCanCreate)
51 if (options & File
73 File::File(const char *path, uint32_t options, uint32_t permissions) : function in class:File
82 File::File (const File &rhs) : function in class:File
[all...]
/freebsd-10.0-release/usr.sbin/ctm/ctm/
H A Dctm_syntax.c25 #define File CTM_Q_Name_File macro
34 static int ctmFM[] = /* File Make */
35 { Name|File|New|Subst, Uid, Gid, Mode,
38 static int ctmFS[] = /* File Substitute */
39 { Name|File|Subst, Uid, Gid, Mode,
42 static int ctmFE[] = /* File Edit */
43 { Name|File|Subst, Uid, Gid, Mode,
46 static int ctmFR[] = /* File Remove */
47 { Name|File|Subst, MD5|Before, 0 };
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DStreamFile.cpp52 m_file (path, File::eOpenOptionWrite | File::eOpenOptionCanCreate, File::ePermissionsDefault)
/freebsd-10.0-release/contrib/llvm/lib/IRReader/
H A DIRReader.cpp50 OwningPtr<MemoryBuffer> File; local
51 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), File)) {
57 return getLazyIRModule(File.take(), Err, Context);
81 OwningPtr<MemoryBuffer> File; local
82 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), File)) {
88 return ParseIR(File.take(), Err, Context);
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DDIBuilder.h87 /// @param File File name
100 void createCompileUnit(unsigned Lang, StringRef File, StringRef Dir,
151 /// @param File File where this type is defined.
154 DIDerivedType createTypedef(DIType Ty, StringRef Name, DIFile File,
173 /// @param File File where this member is defined.
181 createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
189 /// @param File Fil
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h1 //===-- File.h --------------------------------------------------*- C++ -*-===//
21 /// @class File File.h "lldb/Host/File.h"
27 class File class in namespace:lldb_private
39 eOpenOptionNonBlocking = (1u << 4), // File reads
78 File() : function in class:lldb_private::File
86 File (FILE *fh, bool transfer_ownership) : function in class:lldb_private::File
94 File (const File
121 File (int fd, bool tranfer_ownership) : function in class:lldb_private::File
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderMap.h40 HeaderMap(const llvm::MemoryBuffer *File, bool BSwap) argument
41 : FileBuffer(File), NeedsBSwap(BSwap) {
H A DHeaderSearch.h1 //===--- HeaderSearch.h - Resolve Header File Locations ---------*- C++ -*-===//
384 bool ShouldEnterIncludeFile(const FileEntry *File, bool isImport);
389 SrcMgr::CharacteristicKind getFileDirFlavor(const FileEntry *File) { argument
390 return (SrcMgr::CharacteristicKind)getFileInfo(File).DirInfo;
395 void MarkFileIncludeOnce(const FileEntry *File) { argument
396 HeaderFileInfo &FI = getFileInfo(File);
403 void MarkFileSystemHeader(const FileEntry *File) { argument
404 getFileInfo(File).DirInfo = SrcMgr::C_System;
408 void MarkFileModuleHeader(const FileEntry *File);
412 void IncrementIncludeCount(const FileEntry *File) { argument
420 SetFileControllingMacro(const FileEntry *File, const IdentifierInfo *ControllingMacro) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h72 ModuleInfo() : File(), Size(), ModTime() { }
75 ModuleFile *File; member in struct:clang::GlobalModuleIndex::ModuleInfo
162 void getModuleDependencies(ModuleFile *File,
183 bool loadedModuleFile(ModuleFile *File);
/freebsd-10.0-release/lib/clang/liblldbHostCommon/
H A DMakefile10 File.cpp \
/freebsd-10.0-release/contrib/llvm/lib/AsmParser/
H A DParser.cpp45 OwningPtr<MemoryBuffer> File; local
46 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), File)) {
52 return ParseAssembly(File.take(), 0, Err, Context);
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DObjectFile.cpp1 //===- ObjectFile.cpp - File format independent object file -----*- C++ -*-===//
63 llvm_unreachable("Unexpected Object File Type");
68 OwningPtr<MemoryBuffer> File; local
69 if (MemoryBuffer::getFile(ObjectPath, File))
71 return createObjectFile(File.take());
/freebsd-10.0-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb97 rdata = File.open(fname)
137 symres = File.symlink(fnames[0], fnames[1])
139 return false unless File.symlink?(fnames[1])
149 if File.symlink?(fnames[1])
150 if File.delete(fnames[1]) != 1
165 File.delete(@stderr) if File.exists?(@stderr)
166 File.delete(@stdout) if File.exists?(@stdout)
198 tscript = File
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyGraph.cpp54 const FileEntry *File,
76 const FileEntry *File,
80 if (!File)
89 Dependencies[FromFile].push_back(File);
91 AllFiles.insert(File);
71 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadfile.c127 FILE *File; local
131 File = fopen (Filename, "wb");
132 if (!File)
138 Actual = fwrite (Buffer, 1, (size_t) Length, File);
144 fclose (File);
H A Dadisasm.c84 FILE *File);
162 * PARAMETERS: File - Open file handle
164 * RETURN: File Size
166 * DESCRIPTION: Get current file size. Uses seek-to-EOF. File must be open.
172 FILE *File)
178 Offset = ftell (File);
180 fseek (File, 0, SEEK_END);
181 FileSize = (UINT32) ftell (File);
185 fseek (File, Offset, SEEK_SET);
273 FILE *File local
171 AdGetFileSize( FILE *File) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddttemplate.c292 FILE *File; local
310 File = fopen (DisasmFilename, "w+");
311 if (!File)
319 AcpiOsRedirectOutput (File);
354 Actual = fwrite (TemplateDsdt, 1, sizeof (TemplateDsdt) -1, File);
365 Actual = fwrite (TemplateSsdt, 1, sizeof (TemplateSsdt) -1, File);
398 fclose (File);
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc107 const char *File;
110 File = "/dev/null";
112 File = Path->c_str();
115 int InFD = open(File, FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666);
117 MakeErrMsg(ErrMsg, "Cannot open file '" + std::string(File) + "' for "
137 const char *File;
140 File = "/dev/null";
142 File = Path->c_str();
145 File, FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666))
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h82 std::string File; member in class:clang::FrontendInputFile
94 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false) argument
95 : File(File.str()), Buffer(0), Kind(Kind), IsSystem(IsSystem) { }
103 bool isEmpty() const { return File.empty() && Buffer == 0; }
109 return File;
207 /// \brief File name of the file that will provide record layouts
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DMain.cpp84 OwningPtr<MemoryBuffer> File; local
86 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
91 MemoryBuffer *F = File.take();
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DCFGPrinter.cpp83 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
86 WriteGraph(File, (const Function*)&F);
117 raw_fd_ostream File(Filename.c_str(), ErrorInfo);
120 WriteGraph(File, (const Function*)&F, true);

Completed in 163 milliseconds

123456