Searched defs:SubType (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/bin/ksh/ |
H A D | eval.c | 146 typedef struct SubType { struct 152 struct SubType *prev; /* old type */ argument 153 struct SubType *next; /* poped type (to avoid re-allocating) */ argument 154 } SubType; typedef
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ConversionChecker.cpp | 146 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfPrecision() local 198 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfSign() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/ |
H A D | Architecture.h | 28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1011 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local 1071 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
|
/openbsd-src/sys/stand/efi/include/ |
H A D | efidevp.h | 36 UINT8 SubType; member
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 858 RecTy *SubType = ParseType(); in ParseType() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4967 unsigned SubType = 0; in parseFunctionBody() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 1372 QualType SubType; in RequireStructuralType() local
|
H A D | SemaDeclCXX.cpp | 9728 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 10151 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType()
|