Searched refs:CastType (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 393 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/ |
D | SemaCast.cpp | 39 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()
|
D | SemaExpr.cpp | 14060 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr() 14061 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr() 14390 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument 14394 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8569 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|