HomeSort by relevance Sort by last modified time
    Searched refs:CastType (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Core/util/
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;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 474 NDR64_FORMAT_CHAR CastType;
  /external/clang/lib/Sema/
SemaCast.cpp 39 enum CastType {
153 // %0: Cast Type (a value from the CastType enumeration)
306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
386 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
390 S.Diag(opRange.getBegin(), msg) << castType
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 215 milliseconds