Searched refs:File (Results 76 - 100 of 136) sorted by relevance

123456

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessor.cpp343 bool Preprocessor::SetCodeCompletionPoint(const FileEntry *File, argument
346 assert(File);
354 const MemoryBuffer *Buffer = SourceMgr.getMemoryBufferForFile(File, &Invalid);
378 CodeCompletionFile = File;
388 SourceMgr.overrideFileContents(File, NewBuffer);
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c777 # define YY_LOCATION_PRINT(File, Loc) \
778 fprintf (File, "%d.%d-%d.%d", \
782 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
1872 printf("libsdp Error: No access to open File:%s %s\n",
1879 printf("libsdp Error: Fail to open File:%s\n", fileName);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java772 File outFile = new File(outFileName);
871 File file = new File(req.s);
930 if (p instanceof Program.File) {
931 Program.File pf = (Program.File)p;
/freebsd-9.3-release/contrib/com_err/
H A Dparse.c644 # define YY_LOCATION_PRINT(File, Loc) \
645 fprintf (File, "%d.%d-%d.%d", \
649 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DRewriter.cpp482 AtomicallyMovedFile File(getSourceMgr().getDiagnostics(), Entry->getName(),
484 if (File.ok()) {
485 I->second.write(File.getStream());
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dparse.c644 # define YY_LOCATION_PRINT(File, Loc) \
645 fprintf (File, "%d.%d-%d.%d", \
649 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dparse.c647 # define YY_LOCATION_PRINT(File, Loc) \
648 fprintf (File, "%d.%d-%d.%d", \
652 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h111 uint16_t File; member in struct:llvm::DWARFDebugLine::Row
H A DDWARFDebugLine.cpp40 OS << " Dir Mod Time File Len File Name\n"
63 File = 1;
74 << format(" %6u %3u ", File, Isa)
88 OS << "Address Line Column File ISA Flags\n"
347 state.File = debug_line_data.getULEB128(offset_ptr);
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp315 "File '" + IncludedFile + "' has already been included.");
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DFileManager.h1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
62 off_t Size; // File size in bytes.
266 static void modifyFileEntry(FileEntry *File, off_t Size,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h124 virtual void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl39 use File::Temp;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp108 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File, argument
113 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l450 FILE *File;
500 InputFile = Fnode->File;
547 Fnode->File = yyin;
793 * Premature End-Of-File
1073 * Premature End-Of-File
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp1 //===--- FileManager.cpp - File System Probing and Caching ----------------===//
553 void FileManager::modifyFileEntry(FileEntry *File, argument
555 File->Size = Size;
556 File->ModTime = ModificationTime;
584 llvm::errs() << "\n*** File Manager Stats:\n";
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp135 const FileEntry *File,
332 const FileEntry *File,
343 << " /* clang -E: implicit import for \"" << File->getName() << "\" */";
327 InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp69 const FileEntry *File,
179 const FileEntry * /*File*/,
337 const FileEntry *File = PP.getHeaderSearchInfo().LookupFile( local
341 FileExists = File != 0;
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.c1025 # define YY_LOCATION_PRINT(File, Loc) \
1026 fprintf (File, "%d.%d-%d.%d", \
1030 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp356 MCDwarfFile *&File = MCDwarfFiles[FileNumber]; local
396 File = new (*this) MCDwarfFile(StringRef(Buf, FileName.size()), DirIndex);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2man12 use File::Basename;
H A Dmdoc2texi16 use File::Basename qw(dirname);
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/
H A Dmdoc2man38 use File::Basename;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1 //===--- ASTReader.cpp - AST File Reader ----------------------------------===//
340 StringRef File = ExistingPPOpts.Includes[I]; local
341 if (File == ExistingPPOpts.ImplicitPCHInclude)
344 if (std::find(PPOpts.Includes.begin(), PPOpts.Includes.end(), File)
350 HeaderSearch::NormalizeDashIncludePath(File, FileMgr);
355 StringRef File = ExistingPPOpts.MacroIncludes[I]; local
357 File)
363 HeaderSearch::NormalizeDashIncludePath(File, FileMgr);
951 const FileEntry *File = IF.getFile(); local
954 // Note that we only check if a File wa
1667 const FileEntry *File local
1753 const FileEntry *File = FileMgr.getFile(Filename); local
4210 const FileEntry *File = 0; local
5652 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h366 /// \brief Returns the absolute path of \c File, by prepending it with
367 /// the current directory if \c File is not absolute.
369 /// Otherwise returns \c File.
370 /// If 'File' starts with "./", the returned path will not contain the "./".
372 /// the current directory and \c File.
377 /// \param File Either an absolute or relative path.
378 std::string getAbsolutePath(StringRef File);

Completed in 269 milliseconds

123456