Home
last modified time | relevance | path

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

12345678910

/external/swiftshader/tests/regres/testlist/
Dtestlist.go44 type Group struct { struct
45 Name string
46 File string
47 API API
48 Tests []string
52 func (g *Group) Load() error {
68 func (g Group) Filter(pred func(string) bool) Group {
83 func (g Group) Limit(limit int) Group {
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp98 DictScope Group(W, "Relocation"); in printRelocation() local
148 ListScope Group(W, "Symbols"); in printSymbols() local
155 ListScope Group(W, "Sections"); in printSectionHeaders() local
168 ListScope Group(W, "InitFunctions"); in printSectionHeaders() local
175 ListScope Group(W, "Segments"); in printSectionHeaders() local
178 DictScope Group(W, "Segment"); in printSectionHeaders() local
192 ListScope Group(W, "Memories"); in printSectionHeaders() local
194 DictScope Group(W, "Memory"); in printSectionHeaders() local
DMachODumper.cpp453 ListScope Group(W, "Sections"); in printSectionHeaders() local
565 DictScope Group(W, "Relocation"); in printRelocation() local
602 ListScope Group(W, "Symbols"); in printSymbols() local
610 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
728 DictScope Group(W, "DataInCode"); in printMachODataInCode() local
736 DictScope Group(W, "Entry"); in printMachODataInCode() local
769 DictScope Group(W, "MinVersion"); in printMachOVersionMin() local
813 DictScope Group(W, "Dysymtab"); in printMachODysymtab() local
841 DictScope Group(W, "Segment"); in printMachOSegment() local
861 DictScope Group(W, "Indirect Symbols"); in printMachOIndirectSymbols() local
[all …]
/external/angle/src/libANGLE/
DDebug.h114 struct Group struct
133 std::vector<Group> mGroups; argument
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp434 ListScope Group(W, "Sections"); in printSections() local
558 DictScope Group(W, "Relocation"); in printRelocation() local
595 ListScope Group(W, "Symbols"); in printSymbols() local
603 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
682 DictScope Group(W, "DataInCode"); in printMachODataInCode() local
690 DictScope Group(W, "Entry"); in printMachODataInCode() local
721 DictScope Group(W, "MinVersion"); in printMachOVersionMin() local
749 DictScope Group(W, "Dysymtab"); in printMachODysymtab() local
777 DictScope Group(W, "Segment"); in printMachOSegment() local
797 DictScope Group(W, "Indirect Symbols"); in printMachOIndirectSymbols() local
[all …]
/external/rust/crates/hashbrown/src/raw/
Dsse2.rs19 pub struct Group(x86::__m128i); struct
23 impl Group { implementation
Dgeneric.rs38 pub struct Group(GroupWord); struct
45 impl Group { impl
/external/rust/crates/syn/src/
Dgroup.rs30 pub struct Group<'a> { struct
31 pub token: token::Group, argument
32 pub content: ParseBuffer<'a>,
/external/llvm-project/clang/tools/diagtool/
DTreeView.cpp39 static bool unimplemented(const GroupRecord &Group) { in unimplemented()
50 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault()
64 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/external/rust/crates/rustversion/src/
Dtoken.rs45 pub fn parse_paren(introducer: &Ident, iter: Iter) -> Result<Group> { in parse_paren()
61 pub fn parse_optional_paren(iter: Iter) -> Option<Group> { in parse_optional_paren()
/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
186 Record *Group = DiagGroups[i]; in groupDiagnostics() local
338 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
365 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
382 void InferPedantic::markGroup(const Record *Group) { in markGroup()
403 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
422 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
442 Record *Group = DiagGroups[i]; in compute() local
[all …]
/external/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h82 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor()
273 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
281 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
289 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
295 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h80 void addSuccessor(MemoryGroup *Group) { in addSuccessor()
252 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
260 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
268 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
274 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h89 Group, enumerator
123 struct Group : Section { struct
127 Group() : Section(SectionKind::Group) {} in Group() argument
129 return S->Kind == SectionKind::Group; in classof() argument
/external/llvm-project/clang/tools/clang-refactor/
DTestSupport.cpp34 for (const auto &Group : GroupedRanges) { in dump() local
53 for (const auto &Group : GroupedRanges) { in foreachRange() local
120 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local
178 for (auto &Group : llvm::enumerate(Results)) { in handleAllResults() local
387 for (auto &Group : GroupedRanges) in findTestSelectionRanges() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp126 for (auto *Group : Groups) in reset() local
311 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
367 for (const auto *Group : Section->Groups) { in writeSections() local
563 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
605 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
615 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
DMCContext.cpp316 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
333 const MCSymbolELF *Group, in createELFSectionImpl()
367 const MCSymbolELF *Group, in createELFRelSection()
388 const Twine &Group, unsigned UniqueID, in getELFSection()
403 StringRef Group = ""; in getELFSection() local
429 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
497 const Twine &Group, unsigned UniqueID, in getWasmSection()
512 StringRef Group = ""; in getWasmSection() local
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp137 for (auto *Group : Groups) in reset() local
341 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
501 for (const auto *Group : Section->Groups) { in writeSections() local
702 for (const auto *Group : Section->Groups) { in writeRelocations() local
725 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
749 for (const auto *Group : Section->Groups) { in finalizeSectionInfo() local
811 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
821 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
DMCObjectFileInfo.cpp999 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() local
1017 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() local
/external/llvm/lib/Option/
DOption.cpp68 const Option Group = getGroup(); in print() local
98 const Option Group = getGroup(); in matches() local
/external/llvm-project/llvm/utils/yaml-bench/
DYAMLBench.cpp145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark()
222 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
225 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp146 static void benchmark( llvm::TimerGroup &Group in benchmark()
221 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
224 llvm::TimerGroup Group("YAML parser benchmark"); in main() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOption.cpp71 const Option Group = getGroup(); in print() local
103 const Option Group = getGroup(); in matches() local
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dgroup-file.rb15 class Group class
/external/rust/crates/itertools/src/
Dgroupbylazy.rs393 pub struct Group<'a, K: 'a, I: 'a, F: 'a> struct
397 parent: &'a GroupBy<K, I, F>, argument
402 impl<'a, K, I, F> Drop for Group<'a, K, I, F> argument
411 impl<'a, K, I, F> Iterator for Group<'a, K, I, F> implementation

12345678910