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

/external/eigen/Eigen/src/Core/util/
H A 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/
H A DSemaCast.cpp39 enum CastType { enum
156 // %0: Cast Type (a value from the CastType enumeration)
311 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
387 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
H A DSemaExpr.cpp13052 RebuildUnknownAnyExpr(Sema &S, QualType CastType) argument
13053 : S(S), DestType(CastType) {}
13349 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, argument
13353 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr);
/external/clang/include/clang/Sema/
H A DSema.h7851 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,

Completed in 453 milliseconds