Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp113 const ELFYAML::Object &Doc; member in __anon278d77370311::ELFState
336 static bool isMips64EL(const ELFYAML::Object &Doc) { in isMips64EL()
453 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF()
509 static bool is64Bit(const ELFYAML::Object &Doc) { in is64Bit()
513 static bool isLittleEndian(const ELFYAML::Object &Doc) { in isLittleEndian()
518 ELFYAML::Object Doc; in yaml2elf() local
Dyaml2coff.cpp529 COFFYAML::Object Doc; in yaml2coff() local
/external/clang/unittests/Tooling/
DReplacementsYamlTest.cpp22 TranslationUnitReplacements Doc; in TEST() local
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfJavascriptDictionary_autogen.cpp75 SkPdfArray* SkPdfJavascriptDictionary::Doc(SkPdfNativeDoc* doc) { in Doc() function in SkPdfJavascriptDictionary
/external/llvm/include/llvm/Support/
DYAMLParser.h548 std::unique_ptr<Document> *Doc; variable
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2800 static void WriteDocumentation(const DocumentationData &Doc, in WriteDocumentation()
2934 const Record &Doc = *D; in EmitClangAttrDocs() local
2958 for (const auto &Doc : I.second) in EmitClangAttrDocs() local
/external/clang/tools/c-index-test/
Dc-index-test.c549 xmlDocPtr Doc; in ValidateCommentXML() local
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js2467 function Doc(runner) { class