Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DXprHelper.h393 template<typename XprType, typename CastType> struct cast_return_type
396 typedef typename remove_all<CastType>::type _CastType;
399 const XprType&,CastType>::type type;
/external/clang/lib/Sema/
DSemaCast.cpp39 enum CastType { enum
306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
DSemaExpr.cpp13798 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
13799 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
14128 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
14132 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
/external/clang/include/clang/Sema/
DSema.h8079 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,