Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkSurfaceProps.h61 enum InitType { enum
/external/skia/src/image/
DSkSurface.cpp40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {} in SkSurfaceProps() argument
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType) in SkSurfaceProps() argument
/external/llvm/lib/TableGen/
DTGParser.cpp133 std::string InitType = ""; in SetValue() local
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4049 QualType InitType = Init->getType(); in DeduceAutoType() local
DSemaStmt.cpp1865 QualType InitType; in FinishForRangeVarDecl() local
DSemaInit.cpp3790 QualType InitType = InitList->getInit(0)->getType(); in TryListInitialization() local
DSemaExprCXX.cpp1799 QualType InitType = AllocType; in BuildCXXNew() local
DSemaOverload.cpp4593 QualType InitType = From->getInit(0)->getType(); in TryListConversion() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2440 llvm::Type* InitType = Init->getType(); in EmitGlobalVarDefinition() local
/external/clang/include/clang/AST/
DDecl.h798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType; typedef