Searched defs:InitType (Results 1 – 10 of 10) sorted by relevance
61 enum InitType { enum
40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() argument42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() argument
133 std::string InitType = ""; in SetValue() local
4049 QualType InitType = Init->getType(); in DeduceAutoType() local
1865 QualType InitType; in FinishForRangeVarDecl() local
3790 QualType InitType = InitList->getInit(0)->getType(); in TryListInitialization() local
1799 QualType InitType = AllocType; in BuildCXXNew() local
4593 QualType InitType = From->getInit(0)->getType(); in TryListConversion() local
2440 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType; typedef