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

/external/skia/include/core/
H A DSkSurfaceProps.h61 enum InitType { enum in class:SkSurfaceProps
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
/external/skqp/include/core/
H A DSkSurfaceProps.h61 enum InitType { enum in class:SkSurfaceProps
64 SkSurfaceProps(InitType);
65 SkSurfaceProps(uint32_t flags, InitType);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DCpu.h149 processor will be reset, and control will not be returned to the caller. If InitType is
155 @param InitType The type of processor INIT to perform.
158 @retval EFI_UNSUPPORTED The processor INIT operation specified by InitType is not supported
167 IN EFI_CPU_INIT_TYPE InitType
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DStringMap.h147 template<typename AllocatorTy, typename InitType>
150 InitType InitVal) {
185 template<typename InitType>
187 InitType InitVal) {
/external/skqp/src/image/
H A DSkSurface.cpp40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
/external/llvm/include/llvm/ADT/
H A DStringMap.h177 template <typename... InitType>
178 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
180 return Create(Key, A, std::forward<InitType>(InitVal)...);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringMap.h183 template <typename... InitType>
184 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) {
186 return Create(Key, A, std::forward<InitType>(InitVal)...);
/external/skia/src/image/
H A DSkSurface.cpp40 SkSurfaceProps::SkSurfaceProps(InitType) : fFlags(0), fPixelGeometry(compute_default_geometry()) {}
42 SkSurfaceProps::SkSurfaceProps(uint32_t flags, InitType)
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dinlined_vector.h418 // to InitType.
419 // We pass the InitType and Mover as template arguments so that
422 template <void(Mover)(T*, size_t, T*), class InitType = Uninitialized,
441 InitType{}(dst + s, std::forward<Args>(args)...);
/external/llvm/lib/TableGen/
H A DTGParser.cpp133 std::string InitType = ""; local
135 InitType = (Twine("' of type bit initializer with length ") +
140 InitType + "'");
/external/clang/lib/Sema/
H A DSemaStmt.cpp1865 QualType InitType; local
1867 SemaRef.DeduceAutoType(Decl->getTypeSourceInfo(), Init, InitType) ==
1870 if (InitType.isNull()) {
1874 Decl->setType(InitType);
H A DSemaTemplateDeduction.cpp4049 QualType InitType = Init->getType(); local
4069 *this, TemplateParamsSt.get(), FuncParam, InitType, Init, TDF))
4073 FuncParam, InitType, Info, Deduced,
4097 Sema::OriginalCallArg(FuncParam,0,InitType),
H A DSemaExprCXX.cpp1799 QualType InitType = AllocType; local
1815 InitType = Context.getConstantArrayType(AllocType,
1844 = InitializedEntity::InitializeNew(StartLoc, InitType);
H A DSemaInit.cpp3790 QualType InitType = InitList->getInit(0)->getType(); local
3791 if (S.Context.hasSameUnqualifiedType(InitType, DestType) ||
3792 S.IsDerivedFrom(InitList->getLocStart(), InitType, DestType)) {
H A DSemaOverload.cpp4593 QualType InitType = From->getInit(0)->getType(); local
4594 if (S.Context.hasSameUnqualifiedType(InitType, ToType) ||
4595 S.IsDerivedFrom(From->getLocStart(), InitType, ToType))
/external/clang/include/clang/AST/
H A DDecl.h798 typedef llvm::PointerUnion<Stmt *, EvaluatedStmt *> InitType;
802 mutable InitType Init;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp2440 llvm::Type* InitType = Init->getType(); local
2442 GetAddrOfGlobalVar(D, InitType, /*IsForDefinition=*/!IsTentative);
2466 GV->getType()->getElementType() != InitType ||
2475 GetAddrOfGlobalVar(D, InitType, /*IsForDefinition=*/!IsTentative));

Completed in 2755 milliseconds