Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm/include/llvm/Object/
DELFYAML.h81 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/
DClangDiagnosticsEmitter.cpp56 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/
DOption.cpp66 const Option Group = getGroup(); in dump() local
94 const Option Group = getGroup(); in matches() local
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp139 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/
Dgroup-file.rb15 class Group class
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp390 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
DELFDumper.cpp678 DictScope Group(W, "Relocation"); in printRelocation() local
696 ListScope Group(W, "Symbols"); in printSymbols() local
706 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
DCOFFDumper.cpp822 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/
Dunittest_extension_nano.proto34 optional group Group = 1 { field
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h49 frontend::IncludeDirGroup Group; member
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/external/llvm/lib/MC/
DMCContext.cpp267 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/
DMCSectionELF.h49 const MCSymbol *Group; variable
DMCContext.h318 StringRef Group) { in getELFSection()
324 StringRef Group, in getELFSection()
332 StringRef Group, unsigned UniqueID) { in getELFSection()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp120 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/
DTreeView.cpp58 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.cpp116 const SymbolGroup &Group) { in dumpAccessGroup()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp526 const WarningOption *Group, in getDiagnosticsInGroup()
554 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup()
573 StringRef Group) { in getNearestOption()
DDiagnostic.cpp228 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/
DVirtualFileSystem.h37 uint32_t Group; variable
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp420 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/
DSkPdfType1FormDictionary_autogen.cpp107 SkPdfTransparencyGroupDictionary* SkPdfType1FormDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfType1FormDictionary
DSkPdfPageObjectDictionary_autogen.cpp175 SkPdfTransparencyGroupDictionary* SkPdfPageObjectDictionary::Group(SkPdfNativeDoc* doc) { in Group() function in SkPdfPageObjectDictionary
/external/deqp/scripts/
Dtestset.py52 class Group: class
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp335 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/
Dtemplate.rb90 class Group < Module class

12