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

/external/llvm/include/llvm/ADT/
H A DStringMap.h138 template<typename AllocatorTy, typename InitType>
141 InitType InitVal) {
175 template<typename InitType>
177 InitType InitVal) {
/external/libnfc-nxp/src/
H A DphHal4Nfc.h337 * \param[in] InitType Initialization type, used to differentiate between
364 phHal4Nfc_InitType_t InitType,
H A DphHal4Nfc.c348 phHal4Nfc_InitType_t InitType,
355 phHciNfc_Init_t eHciInitType = (phHciNfc_Init_t)InitType;
346 phHal4Nfc_Open( phHal_sHwReference_t *psHwReference, phHal4Nfc_InitType_t InitType, pphHal4Nfc_GenCallback_t pOpenCallback, void *pContext ) argument
/external/clang/include/clang/AST/
H A DDecl.h651 UninstantiatedDefaultArgument *> InitType;
655 mutable InitType Init;
979 InitType *InitPtr;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1748 llvm::Type* InitType = Init->getType(); local
1749 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType);
1772 GV->getType()->getElementType() != InitType ||
1780 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3626 QualType InitType = Init->getType(); local
3642 FuncParam, InitType, Init,
3647 InitType, Info, Deduced, TDF))
3668 Sema::OriginalCallArg(FuncParam,0,InitType),
H A DSemaExprCXX.cpp1316 QualType InitType = AllocType; local
1332 InitType = Context.getConstantArrayType(AllocType,
1362 = InitializedEntity::InitializeNew(StartLoc, InitType);

Completed in 181 milliseconds