Home
last modified time | relevance | path

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

/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; argument
/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.py1044 class SubType(types.ModuleType): class