Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/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 {
56 func (g *Group) LoadFile(file string) error {
77 func (g Group) Filter(pred func(string) bool) Group {
92 func (g Group) Limit(limit int) Group {
/third_party/rust/crates/syn/src/
Dtoken.rs619 pub struct Group { struct
625 pub fn Group<S: IntoSpans<Span>>(span: S) -> Group { in Group() argument
631 impl std::default::Default for Group { implementation
641 impl Copy for Group {} implementation
645 impl Clone for Group { implementation
653 impl Debug for Group { implementation
661 impl cmp::Eq for Group {} implementation
665 impl PartialEq for Group { implementation
673 impl Hash for Group { implementation
677 impl Group { impl
[all …]
Dgroup.rs37 pub struct Group<'a> { struct
39 pub token: token::Group, argument
41 pub content: ParseBuffer<'a>,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h116 struct Group struct
135 std::vector<Group> mGroups; argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ra.cpp78 struct Group { struct
79 int priority;
80 std::array<PRegister, 4> channels;
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CmovConversion.cpp186 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
247 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
277 CmovGroup Group; in collectCmovCandidates() local
399 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates() local
533 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h424 using Group = GroupPortableImpl; variable
428 using Group = GroupSse2Impl; variable
437 using Group = GroupSse2Polyfill; variable
440 using Group = GroupPortableImpl; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
148 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
/third_party/typescript/tests/cases/conformance/jsdoc/
DreturnTagTypeGuard.ts18 class Group { class
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs201 enum Group { in normalize() enum
218 enum Group { in normalize() enum
/third_party/skia/tools/viewer/
DSlideDir.h22 class Group; variable
/third_party/rust/crates/proc-macro2/src/
Dwrapper.rs547 pub(crate) enum Group { enum
552 impl Group { impl
619 fn unwrap_nightly(self) -> proc_macro::Group { in unwrap_nightly()
627 impl From<fallback::Group> for Group { implementation
633 impl Display for Group { implementation
642 impl Debug for Group { implementation
Dfallback.rs673 pub(crate) struct Group { struct
679 impl Group { argument
713 impl Display for Group { implementation
740 impl Debug for Group { implementation
Dlib.rs550 Group(Group), enumerator
649 pub struct Group { struct
650 inner: imp::Group, argument
672 impl Group { impl
760 impl Display for Group { implementation
766 impl Debug for Group { implementation
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs79 Group, enumerator
/third_party/elfutils/config/
Ddebuginfod.service9 Group=debuginfod key
/third_party/node/deps/v8/tools/system-analyzer/
Dhelper.mjs5 export class Group { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp188 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local
235 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias() local
/third_party/skia/modules/sksg/src/
DSkSGGroup.cpp18 Group::Group(std::vector<sk_sp<RenderNode>> children) in Group() function in sksg::Group
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionWasm.h34 const MCSymbolWasm *Group; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp640 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps()
924 InterleaveGroup<Instruction> *Group = nullptr; in analyzeInterleaving() local
1052 for (auto *Group : StoreGroups) in analyzeInterleaving() local
1073 for (auto *Group : LoadGroups) { in analyzeInterleaving() local
1133 InterleaveGroup<Instruction> *Group = I.second; in invalidateGroupsRequiringScalarEpilogue() local

1234