Home
last modified time | relevance | path

Searched refs:InitType (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DStringMap.h146 template<typename AllocatorTy, typename InitType>
149 InitType InitVal) { in Create()
183 template<typename InitType>
185 InitType InitVal) { in Create()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h681 UninstantiatedDefaultArgument *> InitType; typedef
685 mutable InitType Init;
1028 InitType *InitPtr; in getInitAddress()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp1743 QualType InitType; in FinishForRangeVarDecl() local
1745 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == in FinishForRangeVarDecl()
1748 if (InitType.isNull()) { in FinishForRangeVarDecl()
1752 Decl->setType(InitType); in FinishForRangeVarDecl()
DSemaTemplateDeduction.cpp4030 QualType InitType = Init->getType(); in DeduceAutoType() local
4046 FuncParam, InitType, Init, in DeduceAutoType()
4051 InitType, Info, Deduced, TDF)) in DeduceAutoType()
4074 Sema::OriginalCallArg(FuncParam,0,InitType), in DeduceAutoType()
DSemaExprCXX.cpp1415 QualType InitType = AllocType; in BuildCXXNew() local
1431 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
1461 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCodeGenModule.cpp1817 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
1818 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType); in EmitGlobalVarDefinition()
1842 GV->getType()->getElementType() != InitType || in EmitGlobalVarDefinition()
1850 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType)); in EmitGlobalVarDefinition()