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

  /external/eigen/Eigen/src/Core/
MathFunctions.h 314 template<typename OldType, typename NewType>
317 static inline NewType run(const OldType& x)
325 template<typename OldType, typename NewType>
326 inline NewType cast(const OldType& x)
328 return cast_impl<OldType, NewType>::run(x);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp 681 QualType OldType = Old->getType();
687 OldType = OldType->getAs<ReferenceType>()->getPointeeType();
690 OldType = OldType->getAs<PointerType>()->getPointeeType();
693 OldType = OldType->getAs<MemberPointerType>()->getPointeeType();
703 OldType->getAs<FunctionProtoType>(), Old->getLocation(),
    [all...]
TreeTransform.h     [all...]
SemaOpenMP.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 818 milliseconds