| /openbsd/src/games/sail/ |
| D | extern.h | 182 struct File { struct 183 int index; 184 char captain[20]; /* 0 */ 185 short points; /* 20 */ 186 unsigned char loadL; /* 22 */ 187 unsigned char loadR; /* 24 */ 188 unsigned char readyL; /* 26 */ 189 unsigned char readyR; /* 28 */ 190 struct BP OBP[NBP]; /* 30 */ 191 struct BP DBP[NBP]; /* 48 */ [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | MinidumpEmitter.cpp | 117 static LocationDescriptor layout(BlobAllocator &File, yaml::BinaryRef Data) { in layout() 122 static size_t layout(BlobAllocator &File, MinidumpYAML::ExceptionStream &S) { in layout() 139 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 143 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() 150 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout() 156 static size_t layout(BlobAllocator &File, in layout() 173 static Directory layout(BlobAllocator &File, Stream &S) { in layout() 232 BlobAllocator File; in yaml2minidump() local
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| D | Tokens.cpp | 215 FileID File; in range() local 236 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) in FileRange() 332 const MarkedFile &File = FileIt->second; in spelledForExpandedToken() local 378 const auto &File = fileForSpelled(Spelled); in expandedForSpelled() local 470 const MarkedFile &File = Files.find(FID)->second; in spelledForExpanded() local 522 const auto &File = FileIt->second; in fileForSpelled() local 538 const auto &File = fileForSpelled(*Spelled); in expansionStartingAt() local 553 const auto &File = fileForSpelled(Spelled); in expansionsOverlapping() local 609 auto &File = FileIt->second; in macroExpansions() local 784 for (const auto &File : Result.Files) in build() local [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/Host/linux/ |
| D | Support.cpp | 17 std::string File = in getProcFile() local 29 std::string File = ("/proc/" + llvm::Twine(pid) + "/" + file).str(); in getProcFile() local 39 std::string File = ("/proc/" + file).str(); in getProcFile() local
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | DIBuilder.cpp | 152 unsigned Lang, DIFile *File, StringRef Producer, bool isOptimized, in createCompileUnit() 179 Metadata *NS, DIFile *File, unsigned Line, StringRef Name, in createImportedModule() 195 DINamespace *NS, DIFile *File, in createImportedModule() 205 DIFile *File, unsigned Line, in createImportedModule() 213 DIFile *File, unsigned Line, in createImportedModule() 222 DIFile *File, unsigned Line, in createImportedDeclaration() 250 unsigned LineNumber, DIFile *File) { in createTempMacroFile() 351 DIFile *File, unsigned LineNo, in createTypedef() 381 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createMemberType() 397 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, in createVariantMemberType() [all …]
|
| D | DebugInfo.cpp | 619 auto *File = cast_or_null<DIFile>(map(CU->getFile())); in getReplacementCU() local 978 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit() local 1022 LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, in LLVMDIBuilderCreateFunction() 1036 LLVMMetadataRef File, unsigned Line, unsigned Col) { in LLVMDIBuilderCreateLexicalBlock() 1045 LLVMMetadataRef File, in LLVMDIBuilderCreateLexicalBlockFile() 1056 LLVMMetadataRef File, in LLVMDIBuilderCreateImportedModuleFromNamespace() 1066 LLVMMetadataRef ImportedEntity, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateImportedModuleFromAlias() 1079 LLVMMetadataRef File, unsigned Line, LLVMMetadataRef *Elements, in LLVMDIBuilderCreateImportedModuleFromModule() 1092 LLVMMetadataRef File, unsigned Line, const char *Name, size_t NameLen, in LLVMDIBuilderCreateImportedDeclaration() 1131 const char *LLVMDIFileGetDirectory(LLVMMetadataRef File, unsigned *Len) { in LLVMDIFileGetDirectory() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/profile/ |
| D | InstrProfilingFile.c | 104 static int mmapForContinuousMode(uint64_t CurrentFileOffset, FILE *File) { in mmapForContinuousMode() 193 static int mmapForContinuousMode(uint64_t CurrentFileOffset, FILE *File) { in mmapForContinuousMode() 229 static int mmapForContinuousMode(uint64_t CurrentFileOffset, FILE *File) { in mmapForContinuousMode() 241 static void setProfileFile(FILE *File) { ProfileFile = File; } in setProfileFile() 253 FILE *File = (FILE *)This->WriterCtx; in fileWriter() local 281 static uint32_t orderFileWriter(FILE *File, const uint32_t *DataStart) { in orderFileWriter() 288 static void initFileWriter(ProfDataWriter *This, FILE *File) { in initFileWriter() 294 lprofCreateBufferIOInternal(void *File, uint32_t BufferSz) { in lprofCreateBufferIOInternal() 452 FILE *File; in getFileObject() local 520 FILE *File; in truncateCurrentFile() local [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Lex/ |
| D | HeaderSearch.cpp | 425 auto File = getFileMgr().getFileRef(FileName, OpenFile, CacheFailures); in getFileAndSuggestModule() local 671 auto File = in DoFrameworkLookup() local 1046 OptionalFileEntryRef File = It->LookupFile( in LookupFile() local 1141 OptionalFileEntryRef File = LookupFile( in LookupFile() local 1251 auto File = FileMgr.getOptionalFileRef(HeadersFilename, /*OpenFile=*/true); in LookupSubframeworkHeader() local 1374 bool HeaderSearch::isFileMultipleIncludeGuarded(const FileEntry *File) { in isFileMultipleIncludeGuarded() 1404 const FileEntry *File, bool isImport, in ShouldEnterIncludeFile() 1558 HeaderSearch::findModuleForHeader(const FileEntry *File, bool AllowTextual, in findModuleForHeader() 1578 static bool suggestModule(HeaderSearch &HS, const FileEntry *File, in suggestModule() 1614 const FileEntry *File, const DirectoryEntry *Root, Module *RequestingModule, in findUsableModuleForHeader() [all …]
|
| D | PPCallbacks.cpp | 18 bool IsAngled, OptionalFileEntryRef File, in HasInclude() 25 bool IsAngled, OptionalFileEntryRef File, in HasInclude()
|
| D | ModuleMap.cpp | 188 auto File = in findHeader() local 204 if (auto File = GetFile(FullPathName)) in findHeader() local 260 if (OptionalFileEntryRef File = in resolveHeader() local 307 auto File = SourceMgr.getFileManager().getOptionalFileRef(Path); in resolveAsBuiltinHeader() local 394 bool ModuleMap::isBuiltinHeader(const FileEntry *File) { in isBuiltinHeader() 400 ModuleMap::findKnownHeader(const FileEntry *File) { in findKnownHeader() 412 ModuleMap::findHeaderInUmbrellaDirs(const FileEntry *File, in findHeaderInUmbrellaDirs() 477 StringRef Filename, FileEntryRef File) { in diagnoseHeaderInclusion() 583 ModuleMap::KnownHeader ModuleMap::findModuleForHeader(const FileEntry *File, in findModuleForHeader() 613 ModuleMap::findOrCreateModuleForHeaderInUmbrellaDir(const FileEntry *File) { in findOrCreateModuleForHeaderInUmbrellaDir() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Driver/ |
| D | Distro.cpp | 24 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = in DetectOsRelease() local 52 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = in DetectLsbRelease() local 115 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = in DetectDistro() local
|
| D | Compilation.cpp | 111 bool Compilation::CleanupFile(const char *File, bool IssueErrors) const { in CleanupFile() argument 144 for (const auto &File: Files) in CleanupFileList() local 153 for (const auto &File : Files) { in CleanupFileMap() local
|
| /openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeEnumInjectedSources.cpp | 40 PDBFile &File; member in llvm::pdb::__anon3d5a84af0111::NativeInjectedSource 44 PDBFile &File, const PDBStringTable &Strings) in NativeInjectedSource() 98 PDBFile &File, const InjectedSourceStream &IJS, in NativeEnumInjectedSources()
|
| D | NativeSession.cpp | 56 static DbiStream *getDbiStreamPtr(PDBFile &File) { in getDbiStreamPtr() 79 auto File = std::make_unique<PDBFile>(Path, std::move(Stream), *Allocator); in createFromPdb() local 109 auto File = std::make_unique<PDBFile>(PdbPath, std::move(Stream), *Allocator); in loadPdbFile() local 162 auto File = loadPdbFile(PdbPath.get(), Allocator); in createFromExe() local 190 if (auto File = loadPdbFile(PdbPath, Allocator)) in searchForPdb() local 196 if (auto File = loadPdbFile(PathFromExe, Allocator)) in searchForPdb() local
|
| D | InputFile.cpp | 38 llvm::pdb::getModuleDebugStream(PDBFile &File, StringRef &ModuleName, in getModuleDebugStream() 68 Expected<ModuleDebugStreamRef> llvm::pdb::getModuleDebugStream(PDBFile &File, in getModuleDebugStream() 156 SymbolGroup::SymbolGroup(InputFile *File, uint32_t GroupIndex) : File(File) { in SymbolGroup() 258 void SymbolGroup::formatFromFileName(LinePrinter &Printer, StringRef File, in formatFromFileName() 485 SymbolGroupIterator::SymbolGroupIterator(InputFile &File) : Value(&File) { in SymbolGroupIterator()
|
| D | LinePrinter.cpp | 180 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData() 218 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData() 253 PDBFile &File, const msf::MSFStreamLayout &StreamLayout) { in formatMsfStreamBlocks()
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | ELF.cpp | 39 if (auto File = llvm::object::ELF64LEFile::create(Buffer)) { in readTargetMachineArch() local 45 if (auto File = llvm::object::ELF32LEFile::create(Buffer)) { in readTargetMachineArch() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | TapiUniversal.cpp | 34 auto FlattenObjectInfo = [this](const auto &File) { in TapiUniversal() 42 for (const std::shared_ptr<InterfaceFile> &File : ParsedFile->documents()) in TapiUniversal() local
|
| /openbsd/src/gnu/llvm/clang/include/clang/Lex/ |
| D | HeaderMap.h | 37 HeaderMapImpl(std::unique_ptr<const llvm::MemoryBuffer> File, bool NeedsBSwap) in HeaderMapImpl() 85 HeaderMap(std::unique_ptr<const llvm::MemoryBuffer> File, bool BSwap) in HeaderMap()
|
| D | HeaderSearch.h | 520 SrcMgr::CharacteristicKind getFileDirFlavor(const FileEntry *File) { in getFileDirFlavor() 526 void MarkFileIncludeOnce(const FileEntry *File) { in MarkFileIncludeOnce() 533 void MarkFileSystemHeader(const FileEntry *File) { in MarkFileSystemHeader() 546 void SetFileControllingMacro(const FileEntry *File, in SetFileControllingMacro() 559 bool hasFileBeenImported(const FileEntry *File) { in hasFileBeenImported()
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | PrecompiledPreamble.cpp | 100 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 173 for (const auto &File : Files) in ~TemporaryFiles() local 177 void TemporaryFiles::addFile(StringRef File) { in addFile() 184 void TemporaryFiles::removeFile(StringRef File) { in removeFile() 207 llvm::SmallString<64> File; in create() local 348 static std::unique_ptr<PCHStorage> file(std::unique_ptr<TempPCHFile> File) { in file() 392 std::unique_ptr<TempPCHFile> File; member in PrecompiledPreamble::PCHStorage 544 auto File = *FileOrErr; in Build() local
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | InputFile.h | 123 InputFile *File = nullptr; variable 165 Error iterateOneModule(InputFile &File, const PrintScope &HeaderScope, in iterateOneModule() 205 InputFile &File, const PrintScope &HeaderScope, in iterateModuleSubsections()
|
| /openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/ |
| D | DWARFLinker.cpp | 67 DWARFDie DWARFLinker::resolveDIEReference(const DWARFFile &File, in resolveDIEReference() 462 const DWARFFile &File, CompileUnit &Unit, CompileUnit::DIEInfo &MyInfo, in shouldKeepSubprogramDIE() 521 const DWARFDie &DIE, const DWARFFile &File, in shouldKeepDIE() 648 const UnitListTy &Units, const DWARFFile &File, in lookForRefDIEsToKeep() 753 const DWARFDie &Die, const DWARFFile &File, in lookForDIEsToKeep() 964 unsigned AttrSize, const DWARFFormValue &Val, const DWARFFile &File, in cloneDieReferenceAttribute() 1034 DataExtractor &Data, DWARFExpression Expression, const DWARFFile &File, in cloneExpression() 1099 DIE &Die, const DWARFFile &File, CompileUnit &Unit, AttributeSpec AttrSpec, in cloneBlockAttribute() 1235 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneScalarAttribute() 1322 DIE &Die, const DWARFDie &InputDIE, const DWARFFile &File, in cloneAttribute() [all …]
|
| /openbsd/src/gnu/llvm/clang/tools/libclang/ |
| D | CIndexHigh.cpp | 213 const FileEntry *File, in findIdRefsInFile() 246 const FileEntry *File; member 307 const FileEntry *File, in findMacroRefsInFile() 340 const FileEntry *File; member 381 static bool findIncludesInFile(CXTranslationUnit TU, const FileEntry *File, in findIncludesInFile()
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 294 addUsedSymbolToPreservedGUID(const lto::InputFile &File, in addUsedSymbolToPreservedGUID() 303 static void computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() 317 computeGUIDPreservedSymbols(const lto::InputFile &File, in computeGUIDPreservedSymbols() 699 const lto::InputFile &File) { in promote() 750 const lto::InputFile &File) { in crossModuleImport() 785 const lto::InputFile &File) { in gatherImportedSummariesForModule() 818 const lto::InputFile &File) { in emitImports() 859 const lto::InputFile &File) { in internalize()
|