Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprConstant.cpp1354 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1391 llvm::Type *baseType = structure->getElementType(fieldIndex); in EmitNullConstant() local
1407 llvm::Type *baseType, in EmitNullConstantForBase()
HDCodeGenFunction.cpp1001 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, in emitNonZeroVLAInit()
1155 QualType &baseType, in emitArrayLength()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp275 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, in CheckExtVectorComponent()
HDSemaDecl.cpp8846 QualType baseType = Context.getBaseElementType(type); in CheckCompleteVariableDeclaration() local
/trueos/contrib/apr-util/dbd/
HDapr_dbd_odbc.c514 SQLSMALLINT baseType, cType; in odbc_bind_param() local
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1999 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { in getExtQualType() argument