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

  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 90 template<typename NewType>
91 typename internal::cast_return_type<Derived,const CwiseUnaryOp<internal::scalar_cast_op<typename internal::traits<Derived>::Scalar, NewType>, const Derived> >::type
  /external/eigen/Eigen/src/Core/
Functors.h 339 template<typename Scalar, typename NewType>
342 typedef NewType result_type;
343 EIGEN_STRONG_INLINE const NewType operator() (const Scalar& a) const { return cast<Scalar, NewType>(a); }
345 template<typename Scalar, typename NewType>
346 struct functor_traits<scalar_cast_op<Scalar,NewType> >
347 { enum { Cost = is_same<Scalar, NewType>::value ? 0 : NumTraits<NewType>::AddCost, PacketAccess = false }; };
    [all...]
MathFunctions.h 390 template<typename OldType, typename NewType>
393 static inline NewType run(const OldType& x)
395 return static_cast<NewType>(x);
399 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
401 template<typename OldType, typename NewType>
402 inline NewType cast(const OldType& x)
404 return cast_impl<OldType, NewType>::run(x);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 206 QualType NewType =
211 New->setType(NewType);
231 QualType NewType =
236 New->setType(NewType);
    [all...]
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp 581 QualType NewType = New->getType();
586 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
587 NewType = R->getPointeeType();
589 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
590 NewType = P->getPointeeType();
592 } else if (const MemberPointerType *M = NewType->getAs<MemberPointerType>()) {
593 NewType = M->getPointeeType();
597 if (!NewType->isFunctionProtoType())
605 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 676 ArrayType *NewType = ArrayType::get(EltTy, NewSize);
680 new GlobalVariable(*DstGV->getParent(), NewType, SrcGV->isConstant(),
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 176 template<typename Scalar, typename NewType> struct scalar_cast_op;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 455 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 468 milliseconds