/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 115 const ELFYAML::Object &Doc; member in __anon1338aa820311::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()
|
D | yaml2obj.cpp | 47 yaml::YamlObjectFile Doc; in convertYAML() local
|
D | yaml2coff.cpp | 535 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) { in yaml2coff()
|
D | yaml2macho.cpp | 532 int yaml2macho(yaml::YamlObjectFile &Doc, raw_ostream &Out) { in yaml2macho()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 133 const ELFYAML::Object &Doc; member in __anonee416f1a0311::ELFState 473 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL() 621 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF() 694 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit() 698 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian() 702 int yaml2elf(llvm::ELFYAML::Object &Doc, raw_ostream &Out) { in yaml2elf()
|
D | yaml2obj.cpp | 50 yaml::YamlObjectFile Doc; in convertYAML() local
|
D | yaml2coff.cpp | 596 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) { in yaml2coff()
|
D | yaml2wasm.cpp | 560 int yaml2wasm(llvm::WasmYAML::Object &Doc, raw_ostream &Out) { in yaml2wasm()
|
D | yaml2macho.cpp | 585 int yaml2macho(yaml::YamlObjectFile &Doc, raw_ostream &Out) { in yaml2macho()
|
/external/clang/unittests/Tooling/ |
D | ReplacementsYamlTest.cpp | 22 TranslationUnitReplacements Doc; in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | op.h | 260 OpDefBuilderWrapper<true>& Doc(string text) { in Doc() function 288 OpDefBuilderWrapper<false>& Doc(StringPiece text) { return *this; } in Doc() function
|
D | op_def_builder.h | 135 OpDefBuilder& Doc(string text) { return *this; } in Doc() function
|
D | op_def_builder.cc | 583 OpDefBuilder& OpDefBuilder::Doc(string text) { in Doc() function in tensorflow::OpDefBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | JSONTest.cpp | 220 llvm::Expected<Value> Doc = parse(R"( in TEST() local 316 llvm::Expected<Value> Doc = parse(T.Str); in TEST() local
|
D | YAMLParserTest.cpp | 162 yaml::Document &Doc = *Stream.begin(); in TEST() local
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 593 std::unique_ptr<Document> *Doc; variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLParser.h | 596 std::unique_ptr<Document> *Doc; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLParser.h | 613 std::unique_ptr<Document> *Doc = nullptr; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-opt-report/ |
D | OptReport.cpp | 156 for (auto &Doc : Stream) { in collectLocationInfo() local
|
/external/llvm/unittests/Support/ |
D | YAMLParserTest.cpp | 162 yaml::Document &Doc = *Stream.begin(); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 619 for (auto &Doc : MergedDocs) in ~WindowsManifestMergerImpl() local
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 3129 static void WriteDocumentation(const DocumentationData &Doc, in WriteDocumentation() 3263 const Record &Doc = *D; in EmitClangAttrDocs() local 3287 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
|
/external/python/cpython2/Lib/ |
D | pydoc.py | 350 class Doc: class
|
/external/python/cpython3/Lib/ |
D | pydoc.py | 365 class Doc: class
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 566 xmlDocPtr Doc; in ValidateCommentXML() local
|