Searched defs:ResultType (Results 1 - 25 of 40) sorted by relevance

12

/external/eigen/Eigen/src/LU/
H A DInverse.h21 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
24 static inline void run(const MatrixType& matrix, ResultType& result)
30 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
37 template<typename MatrixType, typename ResultType>
38 struct compute_inverse<MatrixType, ResultType, 1>
40 static inline void run(const MatrixType& matrix, ResultType& result)
47 template<typename MatrixType, typename ResultType>
48 struct compute_inverse_and_det_with_check<MatrixType, ResultType, 1>
53 ResultType& result,
54 typename ResultType
128 compute_inverse_size3_helper( const MatrixType& matrix, const typename ResultType::Scalar& invdet, const Matrix<typename ResultType::Scalar,3,1>& cofactors_col0, ResultType& result) argument
[all...]
/external/webkit/Source/JavaScriptCore/parser/
H A DResultType.h31 struct ResultType { struct in namespace:JSC
46 explicit ResultType(Type type) function in struct:JSC::ResultType
81 static ResultType nullType()
83 return ResultType(TypeMaybeNull);
86 static ResultType booleanType()
88 return ResultType(TypeMaybeBool);
91 static ResultType numberType()
93 return ResultType(TypeMaybeNumber);
96 static ResultType numberTypeCanReuse()
98 return ResultType(TypeReusabl
141 OperandTypes(ResultType first = ResultType::unknownType(), ResultType second = ResultType::unknownType()) argument
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.h166 enum ResultType { enum in class:SafeBrowsingProtocolManager
195 ResultType result_type);
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp143 RValue RV, QualType ResultType) {
144 CGF.EmitReturnOfRValue(RV, ResultType);
142 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
H A DCGVTables.cpp179 QualType ResultType, RValue RV,
182 bool NullCheckValue = !ResultType->isReferenceType();
242 QualType ResultType = FPT->getResultType(); local
295 RV = PerformReturnAdjustment(*this, ResultType, RV, Thunk);
308 QualType ResultType = FPT->getResultType(); local
318 CGM.getCXXABI().BuildInstanceFunctionParams(*this, ResultType, FunctionArgs);
328 StartFunction(GlobalDecl(), ResultType, Fn, FnInfo, FunctionArgs, local
376 if (!ResultType->isVoidType() &&
379 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
385 RV = PerformReturnAdjustment(*this, ResultType, R
178 PerformReturnAdjustment(CodeGenFunction &CGF, QualType ResultType, RValue RV, const ThunkInfo &Thunk) argument
[all...]
H A DCGBuiltin.cpp67 QualType T, llvm::Type *ResultType) {
70 if (ResultType->isPointerTy())
71 return CGF.Builder.CreateIntToPtr(V, ResultType);
73 assert(V->getType() == ResultType);
270 llvm::Type *ResultType = ConvertType(E->getType()); local
273 if (Result->getType() != ResultType)
274 Result = Builder.CreateIntCast(Result, ResultType, /*isSigned*/true,
287 llvm::Type *ResultType = ConvertType(E->getType()); local
290 if (Result->getType() != ResultType)
291 Result = Builder.CreateIntCast(Result, ResultType, /*isSigne
66 EmitFromInt(CodeGenFunction &CGF, llvm::Value *V, QualType T, llvm::Type *ResultType) argument
304 llvm::Type *ResultType = ConvertType(E->getType()); local
325 llvm::Type *ResultType = ConvertType(E->getType()); local
341 llvm::Type *ResultType = ConvertType(E->getType()); local
[all...]
H A DCGCall.cpp794 bool CodeGenModule::ReturnTypeUsesFPRet(QualType ResultType) { argument
795 if (const BuiltinType *BT = ResultType->getAs<BuiltinType>()) {
812 bool CodeGenModule::ReturnTypeUsesFP2Ret(QualType ResultType) { argument
813 if (const ComplexType *CT = ResultType->getAs<ComplexType>()) {
H A DCGExprConstant.cpp1170 llvm::Type *ResultType = getTypes().ConvertType(DestType); local
1178 return llvm::ConstantExpr::getTruncOrBitCast(AddrLabelDiff, ResultType);
H A DCGStmt.cpp1605 llvm::Type *ResultType; local
1607 ResultType = VoidTy;
1609 ResultType = ResultRegTypes[0];
1611 ResultType = llvm::StructType::get(getLLVMContext(), ResultRegTypes);
1614 llvm::FunctionType::get(ResultType, ArgTypes, false);
H A DItaniumCXXABI.cpp786 RValue RV, QualType ResultType) {
788 return ItaniumCXXABI::EmitReturnFromThunk(CGF, RV, ResultType);
794 return ItaniumCXXABI::EmitReturnFromThunk(CGF, Undef, ResultType);
785 EmitReturnFromThunk(CodeGenFunction &CGF, RValue RV, QualType ResultType) argument
H A DCGExpr.cpp1333 llvm::Type *ResultType = ConvertType(getContext().LongTy); local
1336 RHS = Builder.CreatePtrToInt(RHS, ResultType, "sub.ptr.rhs.cast");
1338 Builder.CreatePtrToInt(LvalueDst, ResultType, "sub.ptr.lhs.cast");
H A DCGExprScalar.cpp1489 llvm::Type* ResultType = ConvertType(E->getType()); local
1490 llvm::Value* Result = llvm::Constant::getNullValue(ResultType);
1501 Idx = Builder.CreateIntCast(Idx, ResultType, IdxSigned, "conv");
1508 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType,
1535 Offset = llvm::ConstantInt::get(ResultType, OffsetInt);
1561 Offset = llvm::ConstantInt::get(ResultType, OffsetInt.getQuantity());
H A DCGObjC.cpp160 QualType ResultType = E->getType(); local
162 = ResultType->getAsObjCInterfacePointerType();
343 QualType ResultType = local
373 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType,
382 result = Runtime.GenerateMessageSend(*this, Return, ResultType,
H A DCGObjCGNU.cpp439 QualType ResultType,
448 QualType ResultType,
1073 QualType ResultType,
1085 CGM.getTypes().ConvertType(ResultType)));
1101 MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs);
1176 QualType ResultType,
1188 CGM.getTypes().ConvertType(ResultType)));
1206 bool isPointerSizedReturn = (ResultType->isAnyPointerType() ||
1207 ResultType->isIntegralOrEnumerationType() || ResultType
1071 GenerateMessageSendSuper(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, const ObjCInterfaceDecl *Class, bool isCategoryImpl, llvm::Value *Receiver, bool IsClassMessage, const CallArgList &CallArgs, const ObjCMethodDecl *Method) argument
1174 GenerateMessageSend(CodeGenFunction &CGF, ReturnValueSlot Return, QualType ResultType, Selector Sel, llvm::Value *Receiver, const CallArgList &CallArgs, const ObjCInterfaceDecl *Class, const ObjCMethodDecl *Method) argument
[all...]
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h166 inline const typename ei_transform_product_impl<OtherDerived,_Dim,_Dim+1>::ResultType
744 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType; typedef in struct:Eigen::ei_transform_product_impl
745 static ResultType run(const TransformType& tr, const Other& other)
754 typedef TransformType ResultType; typedef in struct:Eigen::ei_transform_product_impl
755 static ResultType run(const TransformType& tr, const Other& other)
770 typedef typename ProductReturnType<MatrixType,Other>::Type ResultType; typedef in struct:Eigen::ei_transform_product_impl
771 static ResultType run(const TransformType& tr, const Other& other)
780 typedef Matrix<Scalar,Dim,1> ResultType; typedef in struct:Eigen::ei_transform_product_impl
781 static ResultType run(const TransformType& tr, const Other& other)
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp180 CodeCompletionString::Chunk::CreateResultType(const char *ResultType) { argument
181 return Chunk(CK_ResultType, ResultType);
367 void CodeCompletionBuilder::AddResultTypeChunk(const char *ResultType) { argument
368 Chunks.push_back(Chunk::CreateResultType(ResultType));
H A DSemaPseudoObject.cpp985 QualType ResultType; local
988 ResultType = PTy->getPointeeType();
990 ResultType->getAsObjCQualifiedInterfaceType())
991 ResultType = iQFaceTy->getBaseType();
997 CheckKeyForObjCARCConversion(S, ResultType,
1003 if (ResultType.isNull()) {
1025 AtIndexGetter = S.LookupMethodInObjectType(AtIndexGetterSelector, ResultType,
1096 QualType ResultType; local
1099 ResultType = PTy->getPointeeType();
1101 ResultType
[all...]
H A DSemaCast.cpp50 ResultType(destType.getNonLValueExprType(S.Context)),
65 QualType ResultType; member in struct:__anon3717::CastOperation
259 return Op.complete(CXXConstCastExpr::Create(Context, Op.ResultType,
269 return Op.complete(CXXDynamicCastExpr::Create(Context, Op.ResultType,
280 return Op.complete(CXXReinterpretCastExpr::Create(Context, Op.ResultType,
292 return Op.complete(CXXStaticCastExpr::Create(Context, Op.ResultType,
2142 return Op.complete(CStyleCastExpr::Create(Context, Op.ResultType,
2163 return Op.complete(CXXFunctionalCastExpr::Create(Context, Op.ResultType,
H A DSemaTemplateDeduction.cpp2338 QualType ResultType; local
2356 ResultType = SubstType(Proto->getResultType(),
2360 if (ResultType.isNull() || Trap.hasErrorOccurred())
2374 *FunctionType = BuildFunctionType(ResultType,
H A DSemaCodeComplete.cpp2150 QualType ResultType = Block->getTypePtr()->getResultType(); local
2151 if (!ResultType->isVoidType() || SuppressBlock)
2152 ResultType.getAsStringInternal(Result, Policy);
3891 QualType ResultType; local
3894 ResultType = BSI->ReturnType;
3896 ResultType = Function->getResultType();
3898 ResultType = Method->getResultType();
3900 if (ResultType.isNull())
3903 CodeCompleteExpression(S, ResultType);
/external/eigen/Eigen/src/Geometry/
H A DTransform.h399 EIGEN_STRONG_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType
411 inline const typename internal::transform_left_product_impl<OtherDerived,Mode,Options,_Dim,_Dim+1>::ResultType
464 // Eigen::Transform<double, 3, Mode, Options>, <expression>>::ResultType (const Eigen::Transform<double, 3, Mode, Options> &) const")
469 typedef typename ProductType::ResultType ResultType; typedef in struct:Eigen::Transform::icc_11_workaround
475 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType
484 inline typename internal::transform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType
1235 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1237 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other)
1253 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1279 typedef typename MatrixType::PlainObject ResultType; typedef in struct:Eigen::internal::transform_right_product_impl
1303 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1314 typedef Transform<typename Other::Scalar,Dim,Projective,Options> ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1330 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1346 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1362 typedef TransformType ResultType; typedef in struct:Eigen::internal::transform_left_product_impl
1384 typedef Transform<Scalar,Dim,ResultMode,LhsOptions> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1400 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1412 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
1427 typedef Transform<Scalar,Dim,Projective> ResultType; typedef in struct:Eigen::internal::transform_transform_product_impl
[all...]
/external/clang/include/clang/AST/
H A DComment.h947 QualType ResultType; member in struct:clang::comments::DeclInfo
H A DExprObjC.h669 QualType ResultType; local
673 ResultType = Getter->getResultType();
675 ResultType = PDecl->getType();
679 ResultType = Getter->getResultType(); // with reference!
681 return ResultType;
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h1792 typedef typename Functor::result_type ResultType; typedef in struct:testing::internal::CallableTraits
1797 static ResultType Invoke(Functor f, T arg) { return f(arg); }
1803 typedef ResType ResultType; typedef in struct:testing::internal::CallableTraits
1821 typedef typename CallableTraits<Callable>::ResultType ResultType; typedef in class:testing::internal::ResultOfMatcher
1823 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
1839 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
1856 ResultType result =
1868 const Matcher<ResultType> matcher_;
1874 const Matcher<ResultType> matcher
[all...]
/external/clang/lib/AST/
H A DASTImporter.cpp3991 QualType ResultType = Importer.Import(E->getType()); local
3999 TInfo, ResultType,
4009 SubExpr, ResultType,

Completed in 429 milliseconds

12