Home
last modified time | relevance | path

Searched defs:SubType (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/tests/ui/generic-associated-types/
Dissue-76535.rs9 type SubType<'a>: SubTrait where Self: 'a; typedef
31 type SubType<'a> = SubStruct<'a>; typedef
/third_party/mksh/
Deval.c208 typedef struct SubType { struct
210 struct SubType *prev; /* old type */ argument
211 struct SubType *next; /* poped type (to avoid re-allocating) */ argument
217 } SubType; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, argument
/third_party/glfw/deps/mingw/
Dxinput.h199 BYTE SubType; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp834 RecTy *SubType = ParseType(); in ParseType() local
/third_party/python/Lib/test/
Dtest_descr.py1045 class SubType(types.ModuleType): class