Home
last modified time | relevance | path

Searched defs:InitType (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkDeviceProperties.h14 enum InitType { enum
/external/skia/src/image/
DSkSurface.cpp39 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() argument
41 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() argument
/external/skia/include/core/
DSkSurfaceProps.h60 enum InitType { enum
/external/libnfc-nxp/src/
DphHal4Nfc.c348 phHal4Nfc_InitType_t InitType, in phHal4Nfc_Open()
/external/llvm/lib/TableGen/
DTGParser.cpp140 std::string InitType = ""; in SetValue() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2026 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
/external/clang/lib/Sema/
DSemaStmt.cpp1833 QualType InitType; in FinishForRangeVarDecl() local
DSemaTemplateDeduction.cpp3982 QualType InitType = Init->getType(); in DeduceAutoType() local
DSemaInit.cpp3513 QualType InitType = InitList->getInit(0)->getType(); in TryListInitialization() local
DSemaExprCXX.cpp1557 QualType InitType = AllocType; in BuildCXXNew() local
DSemaOverload.cpp4475 QualType InitType = From->getInit(0)->getType(); in TryListConversion() local
/external/clang/include/clang/AST/
DDecl.h739 UninstantiatedDefaultArgument *> InitType; typedef