Searched defs:InitType (Results 1 - 10 of 10) sorted by relevance
/external/skia/src/core/ |
H A D | SkDeviceProperties.h | 14 enum InitType { enum in struct:SkDeviceProperties 18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT)
|
/external/skia/include/core/ |
H A D | SkSurfaceProps.h | 60 enum InitType { enum in class:SkSurfaceProps 63 SkSurfaceProps(InitType); 64 SkSurfaceProps(uint32_t flags, InitType);
|
/external/libnfc-nxp/src/ |
H A D | phHal4Nfc.c | 348 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/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 140 std::string InitType = ""; local 142 InitType = (Twine("' of type bit initializer with length ") + 148 + InitType
|
/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 3982 QualType InitType = Init->getType(); local 3998 FuncParam, InitType, Init, 4003 InitType, Info, Deduced, TDF)) 4026 Sema::OriginalCallArg(FuncParam,0,InitType),
|
H A D | SemaInit.cpp | 3513 QualType InitType = InitList->getInit(0)->getType(); local 3514 if (S.Context.hasSameUnqualifiedType(InitType, DestType) || 3515 S.IsDerivedFrom(InitType, DestType)) {
|
H A D | SemaExprCXX.cpp | 1557 QualType InitType = AllocType; local 1573 InitType = Context.getConstantArrayType(AllocType, 1602 = InitializedEntity::InitializeNew(StartLoc, InitType);
|
H A D | SemaOverload.cpp | 4475 QualType InitType = From->getInit(0)->getType(); local 4476 if (S.Context.hasSameUnqualifiedType(InitType, ToType) || 4477 S.IsDerivedFrom(InitType, ToType))
|
H A D | SemaStmt.cpp | 1833 QualType InitType; local 1835 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) == 1838 if (InitType.isNull()) { 1842 Decl->setType(InitType);
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2026 llvm::Type* InitType = Init->getType(); local 2027 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType); 2051 GV->getType()->getElementType() != InitType || 2059 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));
|
Completed in 443 milliseconds