HomeSort by relevance Sort by last modified time
    Searched refs:ResultType (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 166 inline const typename ei_transform_product_impl<OtherDerived,_Dim,_Dim+1>::ResultType
744 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType;
745 static ResultType run(const TransformType& tr, const Other& other)
754 typedef TransformType ResultType;
755 static ResultType run(const TransformType& tr, const Other& other)
770 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType;
771 static ResultType run(const TransformType& tr, const Other& other)
780 typedef Matrix<Scalar,Dim,1> ResultType;
781 static ResultType run(const TransformType& tr, const Other& other)
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 166 enum ResultType {
195 ResultType result_type);
  /external/chromium_org/chrome/browser/google_apis/
task_util.h 119 // - ResultType; the type of the Callback which should be returned by
129 typedef base::Callback<void(ErrorType)> ResultType;
164 typename internal::CreateErrorRunCallbackHelper<CallbackType>::ResultType
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.h 124 enum ResultType {
153 ResultType result_type);
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 155 QualType ResultType,
171 QualType ResultType,
283 QualType resultType,
CGCXXABI.cpp 141 RValue RV, QualType ResultType) {
142 CGF.EmitReturnOfRValue(RV, ResultType);
CGCXXABI.h 297 RValue RV, QualType ResultType);
CGBuiltin.cpp 67 QualType T, llvm::Type *ResultType) {
70 if (ResultType->isPointerTy())
71 return CGF.Builder.CreateIntToPtr(V, ResultType);
73 assert(V->getType() == ResultType);
298 llvm::Type *ResultType = ConvertType(E->getType());
301 if (Result->getType() != ResultType)
302 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
315 llvm::Type *ResultType = ConvertType(E->getType());
318 if (Result->getType() != ResultType)
319 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true
    [all...]
CGObjCMac.cpp 107 llvm::Type *resultType =
110 return CGM.CreateRuntimeFunction(llvm::FunctionType::get(resultType,
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 460 QualType resultType = result.get()->getType();
464 (result.get()->isTypeDependent() || CanCaptureValueOfType(resultType))) {
488 new (S.Context) UnaryOperator(syntacticOp, opcode, resultType,
806 QualType resultType = Getter->getResultType();
807 if (!resultType->isLValueReferenceType()) return false;
    [all...]
SemaInit.cpp     [all...]
SemaCast.cpp 51 ResultType(destType.getNonLValueExprType(S.Context)),
66 QualType ResultType;
261 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
272 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
284 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
297 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
    [all...]
  /external/eigen/Eigen/src/QR/
FullPivHouseholderQR.h 536 template <typename ResultType>
537 void evalTo(ResultType& result) const
544 template <typename ResultType>
545 void evalTo(ResultType& result, WorkVectorType& workspace) const
  /external/eigen/Eigen/src/Eigenvalues/
Tridiagonalization.h 537 template <typename ResultType>
538 inline void evalTo(ResultType& result) const
  /external/eigen/Eigen/src/Core/
VectorwiseOp.h 105 template <typename ResultType> \
108 typedef ResultType result_type; \
112 EIGEN_STRONG_INLINE ResultType operator()(const XprType& mat) const \
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 417 static Chunk CreateResultType(const char *ResultType);
614 void AddResultTypeChunk(const char *ResultType);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 180 Type *ResultType =
183 ParamTypes.push_back(ResultType);
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h     [all...]
  /external/chromium_org/v8/src/
json-stringifier.h 90 template <typename ResultType, typename Char>
320 template <typename ResultType, typename Char>
326 ResultType* dest = ResultType::cast(*result);
  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 61 template<typename OtherDerived, typename ResultType>
62 bool solve(const MatrixBase<OtherDerived> &b, ResultType* result) const;
512 template<typename OtherDerived, typename ResultType>
513 bool SVD<MatrixType>::solve(const MatrixBase<OtherDerived> &b, ResultType* result) const
  /external/clang/include/clang/AST/
ExprObjC.h 681 QualType ResultType;
685 ResultType = Getter->getResultType();
687 ResultType = PDecl->getType();
691 ResultType = Getter->getResultType(); // with reference!
693 return ResultType;
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 185 template<typename OtherDerived, typename ResultType>
186 bool solve(const MatrixBase<OtherDerived>& b, ResultType *result) const
LLT.h 131 template<typename OtherDerived, typename ResultType>
132 bool solve(const MatrixBase<OtherDerived>& b, ResultType *result) const
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 447 template <typename ResultType>
448 inline void evalTo(ResultType& result) const

Completed in 1163 milliseconds

1 23 4 5