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

  /external/eigen/Eigen/src/Core/util/
XprHelper.h 56 // Recursively check safe conversion to PromotedType, and then ExprScalar if they are different.
57 template<typename ExprScalar,typename T,typename PromotedType,
58 bool ConvertibleToLiteral = internal::is_convertible<T,PromotedType>::value,
59 bool IsSafe = NumTraits<T>::IsInteger || !NumTraits<PromotedType>::IsInteger>
67 template<typename S,typename T, typename PromotedType>
68 struct promote_scalar_arg_unsupported<S,T,PromotedType,true,true>
70 typedef PromotedType type;
73 // No match, but no real-to-integer issues, and ExprScalar and current PromotedType are different,
75 template<typename ExprScalar,typename T, typename PromotedType>
76 struct promote_scalar_arg_unsupported<ExprScalar,T,PromotedType,false,true
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 149 milliseconds