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

/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceProperties.h14 enum InitType { enum in struct:SkDeviceProperties
17 SkDeviceProperties(InitType) : fPixelGeometry(SkSurfacePropsDefaultPixelGeometry()) {}
/external/chromium_org/third_party/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.h141 template<typename AllocatorTy, typename InitType>
144 InitType InitVal) {
172 template<typename InitType>
173 static StringMapEntry *Create(StringRef Key, InitType InitVal) {
/external/chromium_org/third_party/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.h684 UninstantiatedDefaultArgument *> InitType;
688 mutable InitType Init;
1029 InitType *InitPtr;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1869 llvm::Type* InitType = Init->getType(); local
1870 llvm::Constant *Entry = GetAddrOfGlobalVar(D, InitType);
1894 GV->getType()->getElementType() != InitType ||
1902 GV = cast<llvm::GlobalVariable>(GetAddrOfGlobalVar(D, InitType));
/external/clang/lib/Sema/
H A DSemaStmt.cpp1809 QualType InitType; local
1811 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
1814 if (InitType.isNull()) {
1818 Decl->setType(InitType);
H A DSemaTemplateDeduction.cpp4023 QualType InitType = Init->getType(); local
4039 FuncParam, InitType, Init,
4044 InitType, Info, Deduced, TDF))
4067 Sema::OriginalCallArg(FuncParam,0,InitType),
H A DSemaExprCXX.cpp1458 QualType InitType = AllocType; local
1474 InitType = Context.getConstantArrayType(AllocType,
1504 = InitializedEntity::InitializeNew(StartLoc, InitType);

Completed in 3909 milliseconds