/external/llvm/include/llvm/Object/ |
D | ELFYAML.h | 81 enum class SectionKind { Group, RawContent, Relocation }; enumerator 102 struct Group : Section { struct 106 Group() : Section(SectionKind::Group) {} in Group() function 108 return S->Kind == SectionKind::Group; in classof() argument
|
/external/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() 63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup() 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local 187 Record *Group = DiagGroups[i]; in groupDiagnostics() local 339 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup() 366 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic() 383 void InferPedantic::markGroup(const Record *Group) { in markGroup() 404 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local 423 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local 443 Record *Group = DiagGroups[i]; in compute() local [all …]
|
/external/llvm/lib/Option/ |
D | Option.cpp | 66 const Option Group = getGroup(); in dump() local 94 const Option Group = getGroup(); in matches() local
|
/external/llvm/utils/yaml-bench/ |
D | YAMLBench.cpp | 139 static void benchmark( llvm::TimerGroup &Group in benchmark() 209 llvm::TimerGroup Group("YAML parser benchmark"); in main() local 212 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
D | group-file.rb | 15 class Group class
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 390 ListScope Group(W, "Sections"); in printSections() local 514 DictScope Group(W, "Relocation"); in printRelocation() local 542 ListScope Group(W, "Symbols"); in printSymbols() local 550 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
|
D | ELFDumper.cpp | 678 DictScope Group(W, "Relocation"); in printRelocation() local 696 ListScope Group(W, "Symbols"); in printSymbols() local 706 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
|
D | COFFDumper.cpp | 822 DictScope Group(W, "Relocation"); in printRelocation() local 836 ListScope Group(W, "Symbols"); in printSymbols() local 842 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols() local
|
/external/protobuf/src/google/protobuf/ |
D | unittest_extension_nano.proto | 34 optional group Group = 1 { field
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 49 frontend::IncludeDirGroup Group; member 181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 267 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local 282 unsigned EntrySize, const MCSymbol *Group, in createELFRelSection() 295 StringRef Group, unsigned UniqueID, in getELFSection() 311 StringRef Group = ""; in getELFSection() local
|
/external/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 49 const MCSymbol *Group; variable
|
D | MCContext.h | 318 StringRef Group) { in getELFSection() 324 StringRef Group, in getELFSection() 332 StringRef Group, unsigned UniqueID) { in getELFSection()
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 136 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
/external/clang/tools/diagtool/ |
D | TreeView.cpp | 58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
|
/external/llvm/tools/llvm-pdbdump/ |
D | ClassDefinitionDumper.cpp | 116 const SymbolGroup &Group) { in dumpAccessGroup()
|
/external/clang/lib/Basic/ |
D | DiagnosticIDs.cpp | 526 const WarningOption *Group, in getDiagnosticsInGroup() 554 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup() 573 StringRef Group) { in getNearestOption()
|
D | Diagnostic.cpp | 228 StringRef Group, diag::Severity Map, in setSeverityForGroup() 242 bool DiagnosticsEngine::setDiagnosticGroupWarningAsError(StringRef Group, in setDiagnosticGroupWarningAsError() 273 bool DiagnosticsEngine::setDiagnosticGroupErrorAsFatal(StringRef Group, in setDiagnosticGroupErrorAsFatal()
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 37 uint32_t Group; variable
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 420 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments() local 524 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments() local
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfType1FormDictionary_autogen.cpp | 107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfType1FormDictionary
|
D | SkPdfPageObjectDictionary_autogen.cpp | 175 SkPdfTransparencyGroupDictionary* SkPdfPageObjectDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfPageObjectDictionary
|
/external/deqp/scripts/ |
D | testset.py | 52 class Group: class
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 335 RegisterGroup Group; member 496 bool SystemZAsmParser::parseRegister(Register &Reg, RegisterGroup Group, in parseRegister() 513 SystemZAsmParser::parseRegister(OperandVector &Operands, RegisterGroup Group, in parseRegister()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | template.rb | 90 class Group < Module class
|