Home
last modified time | relevance | path

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

/external/mksh/src/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DArchitecture.h25 #define ARCHINFO(Arch, Type, SubType) AK_##Arch, argument
/external/openthread/src/core/common/
Das_core_type.hpp141 #define DefineCoreType(BaseType, SubType) \ argument
Dmessage.hpp289 enum SubType : uint8_t enum in ot::Message
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/type/
DTestGenericFieldInSubtype.java41 public final static class SubType<T extends Number> extends BaseType<T> class in BaseType
DTestJavaType.java19 static class SubType extends BaseType { } class in TestJavaType
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestRootType.java41 static class SubType extends BaseType { class in TestRootType
/external/ImageMagick/coders/
Dcut.c87 char SubType; member
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp718 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
765 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
/external/llvm/lib/TableGen/
DTGParser.cpp693 RecTy *SubType = ParseType(); in ParseType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp834 RecTy *SubType = ParseType(); in ParseType() local
/external/python/cpython3/Lib/test/
Dtest_descr.py1044 class SubType(types.ModuleType): class
/external/clang/lib/AST/
DASTContext.cpp7406 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp6184 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall()