Searched refs:InitType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | StringMap.h | 146 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/ |
| D | Decl.h | 681 UninstantiatedDefaultArgument *> InitType; typedef 685 mutable InitType Init; 1028 InitType *InitPtr; in getInitAddress()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaStmt.cpp | 1743 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()
|
| D | SemaTemplateDeduction.cpp | 4030 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()
|
| D | SemaExprCXX.cpp | 1415 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/ |
| D | CodeGenModule.cpp | 1817 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()
|