Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DStringMap.h138 template<typename AllocatorTy, typename InitType>
141 InitType InitVal) { in Create()
176 template<typename InitType>
178 InitType InitVal) { in Create()
/external/libnfc-nxp/src/
DphHal4Nfc.h364 phHal4Nfc_InitType_t InitType,
DphHal4Nfc.c348 phHal4Nfc_InitType_t InitType, in phHal4Nfc_Open() argument
355 phHciNfc_Init_t eHciInitType = (phHciNfc_Init_t)InitType; in phHal4Nfc_Open()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1537 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
1538 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType); in EmitGlobalVarDefinition()
1561 GV->getType()->getElementType() != InitType || in EmitGlobalVarDefinition()
1569 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType)); in EmitGlobalVarDefinition()
/external/clang/include/clang/AST/
DDecl.h740 UninstantiatedDefaultArgument *> InitType; typedef
744 mutable InitType Init;
1058 InitType *InitPtr; in getInitAddress()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3516 QualType InitType = Init->getType(); in DeduceAutoType() local
3532 FuncParam, InitType, Init, in DeduceAutoType()
3537 InitType, Info, Deduced, TDF)) in DeduceAutoType()
3557 Sema::OriginalCallArg(FuncParam,0,InitType), in DeduceAutoType()
DSemaExprCXX.cpp1298 QualType InitType = AllocType; in BuildCXXNew() local
1314 InitType = Context.getConstantArrayType(AllocType, in BuildCXXNew()
1341 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()