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

  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 69 createLoweredInitializer(ArrayType *NewType, Constant *OriginalInitializer) {
74 return ConstantArray::get(NewType, Elements);
191 ArrayType *NewType = createLoweredType(GV->getType()->getElementType());
194 NewInitializer = createLoweredInitializer(NewType,
197 new GlobalVariable(*M, NewType, GV->isConstant(), GV->getLinkage(),
  /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/
MathFunctions.h 314 template<typename OldType, typename NewType>
317 static inline NewType run(const OldType& x)
319 return static_cast<NewType>(x);
323 // here, for once, we're plainly returning NewType: we don't want cast to do weird things.
325 template<typename OldType, typename NewType>
326 inline NewType cast(const OldType& x)
328 return cast_impl<OldType, NewType>::run(x);
Functors.h 347 template<typename Scalar, typename NewType>
350 typedef NewType result_type;
351 EIGEN_STRONG_INLINE const NewType operator() (const Scalar& a) const { return cast<Scalar, NewType>(a); }
353 template<typename Scalar, typename NewType>
354 struct functor_traits<scalar_cast_op<Scalar,NewType> >
355 { enum { Cost = is_same<Scalar, NewType>::value ? 0 : NumTraits<NewType>::AddCost, PacketAccess = false }; };
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 346 FunctionType *NewType = FunctionType::get(Call->getType(), ArgTypes,
348 Constant *C = Mod->getOrInsertFunction(StringRef(F->getName().str() + ".local"), NewType,
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 232 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
234 New->setType(NewType);
253 QualType NewType = Context.getFunctionType(NewProto->getReturnType(),
255 New->setType(NewType);
    [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp 634 QualType NewType = New->getType();
639 if (const ReferenceType *R = NewType->getAs<ReferenceType>()) {
640 NewType = R->getPointeeType();
642 } else if (const PointerType *P = NewType->getAs<PointerType>()) {
643 NewType = P->getPointeeType();
645 } else if (const MemberPointerType *M = NewType->getAs<MemberPointerType>()) {
646 NewType = M->getPointeeType();
650 if (!NewType->isFunctionProtoType())
658 NewType->getAs<FunctionProtoType>(), New->getLocation())) {
    [all...]
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 174 template<typename Scalar, typename NewType> struct scalar_cast_op;
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 480 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1035 milliseconds