/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 60 class Document; variable 112 friend class Document; 115 std::unique_ptr<Document> CurrentDoc; 133 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 168 // These functions forward to Document and Scanner. 181 std::unique_ptr<Document> &Doc; 201 NullNode(std::unique_ptr<Document> &D) in NullNode() 216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 264 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 294 KeyValueNode(std::unique_ptr<Document> [all...] |
/freebsd/contrib/diff/doc/ |
H A D | fdl.texi | 48 work under the conditions stated herein. The ``Document'', below, 54 A ``Modified Version'' of the Document means any work containing the 55 Document or a portion of it, either copied verbatim, or with 59 of the Document that deals exclusively with the relationship of the 60 publishers or authors of the Document to the Document's overall 62 directly within that overall subject. (Thus, if the Document is in 71 that says that the Document is released under this License. If a 73 allowed to be designated as Invariant. The Document may contain zero 74 Invariant Sections. If the Document does not identify any Invariant 79 the Document is released under this License. A Front-Cover Text may [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | kicad | 11 # KiCad Schematic Document 13 >10 byte 0x20 KiCad Schematic Document 19 # KiCad Schematic Document (Legacy) 23 >>>18 byte 0x20 KiCad Schematic Document (Legacy)
|
H A D | diamond | 11 #0 string <list>\n<protocol\ bbn-multimedia-format> Diamond Multimedia Document 12 0 string =<list>\n<protocol\ bbn-m Diamond Multimedia Document
|
H A D | asterix | 9 >7 string WORD Words Document 14 >29 byte 0x36 Words Document
|
H A D | flash | 59 0 string AGD2\xbe\xb8\xbb\xcd\x00 Macromedia Freehand 7 Document 60 0 string AGD3\xbe\xb8\xbb\xcc\x00 Macromedia Freehand 8 Document 62 0 string AGD4\xbe\xb8\xbb\xcb\x00 Macromedia Freehand 9 Document
|
H A D | applix | 8 >7 string WORDS Words Document
|
H A D | wordprocessors | 354 # embedded inside Compound Document variant handled by ./ole2compounddocs 470 0 string HWP\ Document\ File Hancom HWP (Hangul Word Processor) file, version 3.0 484 2 string IIXPR3 Intel Quark Express Document (English) 485 2 string IIXPRa Intel Quark Express Document (Korean) 486 2 string MMXPR3 Motorola Quark Express Document (English) 488 2 string MMXPRa Motorola Quark Express Document (Korean) 497 # embedded in Compound Document handled by ./ole2compounddocs 554 >16 string DOCUMENT Document 584 0 string \<SCRIBUSUTF8\ Version Scribus Document 585 0 string \<SCRIBUSUTF8NEW\ Version Scribus Document
|
H A D | ole2compounddocs | 12 >0x1A ushort !0xABAB OLE 2 Compound Document 16 >>>546 string jbjb : Microsoft Word Document 112 >>>>128 lestring16 PerfectOffice_ : WordPerfect 7-X3 presentations Master, Document or Graphic 266 # Note: "HWP Document File" signature found in FileHeader 368 >>>80 ubequad 0x131a020000000000 : Microsoft Visio 2000-2002 Document, stencil or template 372 >>>80 ubequad 0x141a020000000000 : Microsoft Visio 2003-2010 Document, stencil or template 565 >>>80 ubequad 0x801cb0023de01a10 At Work fax Document 580 # Note: only version 8 tested and called "Office Binder Document" by TrID and 583 >>>80 ubequad 0x0004855964661b10 Office Binder Document, Template or wizard 600 >>>80 ubequad 0xff739851ad2d2002 Document [all …]
|
H A D | pdf | 4 # pdf: file(1) magic for Portable Document Format
|
H A D | kml | 33 >>30 string doc.kml Compressed Google KML Document, including resources.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 27 class Document; variable 32 Document *Doc; 39 friend Document; variable 80 Document *getDocument() const { return KindAndDoc->Doc; } in getDocument() 278 class Document { 295 Document() { in Document() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 76 virtual bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) { in EmitHSAMetadata() 143 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override; 200 bool EmitHSAMetadata(msgpack::Document &HSAMetadata, bool Strict) override;
|
/freebsd/contrib/openbsm/ |
H A D | TODO | 7 - Document contents of libbsm "public" data structures in libbsm man pages. 17 - Document audit_warn event arguments.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | YAMLParser.cpp | 627 OS << "Document-Start: "; in dumpTokens() 630 OS << "Document-End: "; in dumpTokens() 1943 CurrentDoc.reset(new Document(*this)); in Node() 1952 for (Document &Doc : *this) in getVerbatimTag() 1956 Node::Node(unsigned int Type, std::unique_ptr<Document> &D, StringRef A, in getVerbatimTag() 2469 Document::Document(Stream &S) : stream(S), Root(nullptr) { in parseBlockNode() 2481 bool Document::skip() { in parseBlockNode() 2497 Token &Document::peekNext() { in parseBlockNode() 2501 Token Document in parseBlockNode() 2408 Document::Document(Stream &S) : stream(S), Root(nullptr) { Document() function in Document [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUPALMetadata.h | 32 msgpack::Document MsgPackDoc; 151 msgpack::Document *getMsgPackDoc() { return &MsgPackDoc; } in getMsgPackDoc()
|
H A D | AMDGPUDelayedMCExpr.cpp | 17 msgpack::Document *Doc = DN.getDocument(); in getNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUHSAMetadataStreamer.h | 72 std::unique_ptr<msgpack::Document> HSAMetadataDoc = 73 std::make_unique<msgpack::Document>();
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 84 void InterfaceFile::addDocument(std::shared_ptr<InterfaceFile> &&Document) { in addDocument() argument 85 auto Pos = llvm::lower_bound(Documents, Document, in addDocument() 90 Document->Parent = this; in addDocument() 91 Documents.insert(Pos, Document); in addDocument()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 270 for (auto &Document : YS) { in parse() local 274 if (isa<yaml::NullNode>(Document.getRoot())) in parse() 277 DescriptorList = dyn_cast<yaml::MappingNode>(Document.getRoot()); in parse() 279 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 207 auto Document = SarifWriter.createDocument(); in FlushDiagnosticsImpl() local 208 OS << llvm::formatv("{0:2}\n", json::Value(std::move(Document))); in FlushDiagnosticsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 236 void msgpack::Document::toYAML(raw_ostream &OS) { in toYAML() 242 bool msgpack::Document::fromYAML(StringRef S) { in fromYAML()
|
H A D | MsgPackDocument.cpp | 1 //===-- MsgPackDocument.cpp - MsgPack Document --------------------------*-===// 35 /// lifetime of the Document. 75 // DocNode has an associated Document, i.e. it was not constructed using the 77 // remain valid for the lifetime of the Document. Use fromString to avoid 123 // the Document. 124 // The blob data must remain valid for the lifetime of this Document (because a 131 bool Document::readFromBlob( in readFromBlob() 260 void Document::writeToBlob(std::string &Blob) { in writeToBlob()
|
/freebsd/sys/dev/ow/ |
H A D | README.txt | 1 Quick Design Document for 1-wire bus
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.h | 81 Expected<std::unique_ptr<Remark>> parseRemark(yaml::Document &Remark);
|