Home
last modified time | relevance | path

Searched defs:Doc (Results 1 – 25 of 53) sorted by relevance

123

/external/rust/cxx/syntax/
Ddoc.rs5 pub struct Doc { struct
9 impl Doc { impl
30 impl ToTokens for Doc { implementation
/external/llvm-project/llvm/unittests/BinaryFormat/
DMsgPackDocumentTest.cpp17 Document Doc; in TEST() local
27 Document Doc; in TEST() local
35 Document Doc; in TEST() local
71 Document Doc; in TEST() local
104 Document Doc; in TEST() local
186 Document Doc; in TEST() local
194 Document Doc; in TEST() local
204 Document Doc; in TEST() local
218 Document Doc; in TEST() local
229 Document Doc; in TEST() local
[all …]
/external/llvm-project/clang/unittests/Tooling/
DReplacementsYamlTest.cpp21 TranslationUnitReplacements Doc; in TEST() local
50 TranslationUnitReplacements Doc; in TEST() local
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp115 const ELFYAML::Object &Doc; member in __anon35a54e5e0311::ELFState
356 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL()
497 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF()
553 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit()
557 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian()
561 int yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out) { in yaml2elf()
Dyaml2obj.cpp47 yaml::YamlObjectFile Doc; in convertYAML() local
/external/llvm-project/llvm/lib/ObjectYAML/
DArchiveEmitter.cpp20 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2archive()
Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; in convertYAML() local
DELFEmitter.cpp195 ELFYAML::Object &Doc; member in __anonbe606ff10111::ELFState
1891 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF()
1963 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, in yaml2elf()
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DPostingList.cpp80 for (const DocID Doc : C.decompress()) { in dump() local
174 for (DocID Doc : Documents.drop_front()) { in encodeStream() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; in convertYAML() local
DELFEmitter.cpp129 ELFYAML::Object &Doc; member in __anon637653e50111::ELFState
784 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL()
1404 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF()
1447 bool yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2elf()
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp22 TranslationUnitReplacements Doc; in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dop_def_builder.h135 OpDefBuilder& Doc(string text) { return *this; } in Doc() function
Dop.h258 OpDefBuilderWrapper& Doc(std::string text) { in Doc() function
/external/llvm-project/clang-tools-extra/clangd/
DCodeCompletionStrings.cpp88 std::string Doc = in getDeclComment() local
DJSONTransport.cpp110 if (auto Doc = llvm::json::parse(*JSON)) { in loop() local
/external/llvm-project/clang-tools-extra/clangd/unittests/support/
DTraceTests.cpp96 auto Doc = Stream.begin(); in TEST() local
/external/llvm-project/llvm/unittests/Support/
DYAMLParserTest.cpp161 yaml::Document &Doc = *Stream.begin(); in TEST() local
340 yaml::Document &Doc = *Stream.begin(); in TEST() local
DJSONTest.cpp250 llvm::Expected<Value> Doc = parse(R"( in TEST() local
350 llvm::Expected<Value> Doc = parse(T.Str); in TEST() local
/external/llvm-project/clang/utils/TableGen/
DClangSyntaxEmitter.cpp177 static void printDoc(llvm::StringRef Doc, llvm::raw_ostream &OS) { in printDoc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h32 Document *Doc; member
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h32 Document *Doc; member
/external/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h612 std::unique_ptr<Document> *Doc = nullptr; variable
/external/llvm/include/llvm/Support/
DYAMLParser.h593 std::unique_ptr<Document> *Doc; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLParser.h612 std::unique_ptr<Document> *Doc = nullptr; variable

123