Searched refs:CastType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 489 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/ |
D | SemaCast.cpp | 40 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()
|
D | SemaExpr.cpp | 14533 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/ |
D | PNaClTranslator.cpp | 2246 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/ |
D | Sema.h | 8873 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,
|