Home
last modified time | relevance | path

Searched refs:CastType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DXprHelper.h489 template<typename XprType, typename CastType> struct cast_return_type
492 typedef typename remove_all<CastType>::type _CastType;
495 const XprType&,CastType>::type type;
/external/clang/lib/Sema/
DSemaCast.cpp40 enum CastType { enum
307 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
383 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
DSemaExpr.cpp14533 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
14534 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
14863 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
14867 if (!CastType->isVoidType() && in checkUnknownAnyCast()
14868 RequireCompleteType(TypeRange.getBegin(), CastType, in checkUnknownAnyCast()
14873 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp2246 Ice::Type CastType = Context->getSimpleTypeByID(Values[1]); in ProcessRecord() local
2248 if (!convertCastOpToIceOp(Values[2], Src->getType(), CastType, CastKind)) { in ProcessRecord()
2249 appendErrorInstruction(CastType); in ProcessRecord()
2253 Func.get(), CastKind, getNextInstVar(CastType), Src)); in ProcessRecord()
/external/clang/include/clang/Sema/
DSema.h8873 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,