Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h142 template <typename AllocatorTy, typename InitType>
144 InitType &&InitVal) { in Create()
157 new (NewItem) StringMapEntry(KeyLength, std::forward<InitType>(InitVal)); in Create()
172 template<typename InitType>
173 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) { in Create()
175 return Create(Key, A, std::forward<InitType>(InitVal)); in Create()
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp139 std::string InitType = ""; in SetValue() local
141 InitType = (Twine("' of type bit initializer with length ") + in SetValue()
147 + InitType in SetValue()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp1837 QualType InitType; in FinishForRangeVarDecl() local
1839 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == in FinishForRangeVarDecl()
1842 if (InitType.isNull()) { in FinishForRangeVarDecl()
1846 Decl->setType(InitType); in FinishForRangeVarDecl()
H A DSemaTemplateDeduction.cpp4025 QualType InitType = Init->getType(); in DeduceAutoType() local
4041 FuncParam, InitType, Init, in DeduceAutoType()
4046 InitType, Info, Deduced, TDF)) in DeduceAutoType()
4069 Sema::OriginalCallArg(FuncParam,0,InitType), in DeduceAutoType()
H A DSemaExprCXX.cpp1471 QualType InitType = AllocType; in BuildCXXNew() local
1487 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
1516 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h699 UninstantiatedDefaultArgument *> InitType; typedef
703 mutable InitType Init;
1049 InitType *InitPtr; in getInitAddress()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1979 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
1980 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType); in EmitGlobalVarDefinition()
2004 GV->getType()->getElementType() != InitType || in EmitGlobalVarDefinition()
2012 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType)); in EmitGlobalVarDefinition()