Home
last modified time | relevance | path

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

/openbsd-src/bin/ksh/
H A Deval.c146 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 DConversionChecker.cpp146 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 DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1011 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
1071 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
/openbsd-src/sys/stand/efi/include/
H A Defidevp.h36 UINT8 SubType; member
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp858 RecTy *SubType = ParseType(); in ParseType() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4967 unsigned SubType = 0; in parseFunctionBody() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp1372 QualType SubType; in RequireStructuralType() local
H A DSemaDeclCXX.cpp9728 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10151 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType()