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

/external/skia/src/core/
H A DSkDeviceProperties.h14 enum InitType { enum in struct:SkDeviceProperties
18 SkDeviceProperties(InitType, float gamma = SK_GAMMA_EXPONENT)
/external/skia/include/core/
H A DSkSurfaceProps.h60 enum InitType { enum in class:SkSurfaceProps
63 SkSurfaceProps(InitType);
64 SkSurfaceProps(uint32_t flags, InitType);
/external/llvm/include/llvm/ADT/
H A DStringMap.h142 template <typename AllocatorTy, typename InitType>
144 InitType &&InitVal) {
157 new (NewItem) StringMapEntry(KeyLength, std::forward<InitType>(InitVal));
172 template<typename InitType>
173 static StringMapEntry *Create(StringRef Key, InitType &&InitVal) {
175 return Create(Key, A, std::forward<InitType>(InitVal));
/external/skia/src/image/
H A DSkSurface.cpp39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
/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.h739 UninstantiatedDefaultArgument *> InitType;
743 mutable InitType Init;
1089 InitType *InitPtr;
/external/llvm/lib/TableGen/
H A DTGParser.cpp140 std::string InitType = ""; local
142 InitType = (Twine("' of type bit initializer with length ") +
148 + InitType
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2026 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));
/external/clang/lib/Sema/
H A DSemaStmt.cpp1833 QualType InitType; local
1835 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
1838 if (InitType.isNull()) {
1842 Decl->setType(InitType);
H A DSemaTemplateDeduction.cpp3982 QualType InitType = Init->getType(); local
3998 FuncParam, InitType, Init,
4003 InitType, Info, Deduced, TDF))
4026 Sema::OriginalCallArg(FuncParam,0,InitType),
H A DSemaExprCXX.cpp1557 QualType InitType = AllocType; local
1573 InitType = Context.getConstantArrayType(AllocType,
1602 = InitializedEntity::InitializeNew(StartLoc, InitType);
H A DSemaInit.cpp3513 QualType InitType = InitList->getInit(0)->getType(); local
3514 if (S.Context.hasSameUnqualifiedType(InitType, DestType) ||
3515 S.IsDerivedFrom(InitType, DestType)) {
H A DSemaOverload.cpp4475 QualType InitType = From->getInit(0)->getType(); local
4476 if (S.Context.hasSameUnqualifiedType(InitType, ToType) ||
4477 S.IsDerivedFrom(InitType, ToType))

Completed in 466 milliseconds