HomeSort by: relevance | last modified time | path
    Searched refs:NewFile (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c 98 int NewFile = !__llvm_profile_CurrentFilename ||
107 if (NewFile)
  /src/external/gpl2/groff/dist/src/devices/xditview/
xditview.c 136 static void NewFile (const char *);
260 NewFile (file_name);
261 /* NewFile modifies current_file_name, so do this here. */
301 NewFile (const char *name)
474 NewFile(current_file_name);
537 MakePrompt (toplevel, "File to open:", NewFile, fileBuf);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 699 const FileEntry *NewFile) {
700 assert(SourceFile->getSize() == NewFile->getSize() &&
706 getOverriddenFilesInfo().OverriddenFiles[SourceFile] = NewFile;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1833 auto NewFile = std::make_unique<RedirectingFileSystem::FileEntry>(
1837 ToEntry = NewFile.get();
1839 std::move(NewFile));
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 967 /// \param NewFile the file whose contents will be used as the
970 const FileEntry *NewFile);

Completed in 24 milliseconds