Searched refs:ReturnType (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCapabilities.cpp97 template<typename ReturnType, ReturnType (*canHandleOpcode)(OpcodeID, CodeBlock*, Instruction*)>
98 ReturnType canHandleOpcodes(CodeBlock* codeBlock, ReturnType initialValue)
103 ReturnType result = initialValue;
109 ReturnType current = canHandleOpcode( \
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkedSpace.h92 template<typename Functor> typename Functor::ReturnType forEachLiveCell(Functor&);
93 template<typename Functor> typename Functor::ReturnType forEachLiveCell();
94 template<typename Functor> typename Functor::ReturnType forEachDeadCell(Functor&);
95 template<typename Functor> typename Functor::ReturnType forEachDeadCell();
96 template<typename Functor> typename Functor::ReturnType forEachBlock(Functor&);
97 template<typename Functor> typename Functor::ReturnType forEachBlock();
141 template<typename Functor> inline typename Functor::ReturnType MarkedSpace::forEachLiveCell(Functor& functor)
151 template<typename Functor> inline typename Functor::ReturnType MarkedSpace::forEachLiveCell()
157 template<typename Functor> inline typename Functor::ReturnType MarkedSpace::forEachDeadCell(Functor& functor)
167 template<typename Functor> inline typename Functor::ReturnType MarkedSpac
[all...]
H A DMarkedBlock.h93 typedef void ReturnType; typedef in struct:JSC::MarkedBlock::VoidFunctor
99 typedef size_t ReturnType; typedef in class:JSC::MarkedBlock::CountFunctor
103 ReturnType returnValue() { return m_count; }
106 ReturnType m_count;
H A DMarkedSpace.cpp36 typedef MarkedBlock* ReturnType; typedef in class:JSC::Free
42 ReturnType returnValue();
64 inline Free::ReturnType Free::returnValue()
H A DHeap.h158 template<typename Functor> typename Functor::ReturnType forEachProtectedCell(Functor&);
159 template<typename Functor> typename Functor::ReturnType forEachProtectedCell();
355 template<typename Functor> inline typename Functor::ReturnType Heap::forEachProtectedCell(Functor& functor)
365 template<typename Functor> inline typename Functor::ReturnType Heap::forEachProtectedCell()
H A DHeap.cpp208 typedef PassOwnPtr<TypeCountSet> ReturnType; typedef in class:JSC::__anon2726::RecordType
212 ReturnType returnValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.h147 const Type *ReturnType; member in struct:llvm::FunctionTypeKeyInfo::KeyTy
151 ReturnType(R), Params(P), isVarArg(V) {}
153 ReturnType(that.ReturnType),
157 ReturnType(FT->getReturnType()),
161 if (ReturnType != that.ReturnType)
180 return hash_combine(Key.ReturnType,
H A DType.cpp378 FunctionType *FunctionType::get(Type *ReturnType, argument
380 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl;
381 FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
390 new (FT) FunctionType(ReturnType, Params, isVarArg);
H A DCore.cpp292 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, argument
296 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCheckedInt.h751 typedef CheckedInt<T> ReturnType; typedef in struct:WebCore::detail::CastToCheckedIntImpl
758 typedef const CheckedInt<T>& ReturnType; typedef in struct:WebCore::detail::CastToCheckedIntImpl
765 inline typename detail::CastToCheckedIntImpl<T, U>::ReturnType
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DCaptionUserPreferencesMediaAF.cpp64 #define SOFT_LINK_AVF_FRAMEWORK_IMPORT(Lib, Fun, ReturnType, Arguments, Signature) SOFT_LINK(Lib, Fun, ReturnType, Arguments, Signature)
75 #define SOFT_LINK_AVF_FRAMEWORK_IMPORT(Lib, Fun, ReturnType, Arguments, Signature) SOFT_LINK_DLL_IMPORT(Lib, Fun, ReturnType, __cdecl, Arguments, Signature)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcs.vim72 syn keyword csXmlTag contained ReturnValue ReturnType Parameters Parameter MemberOfPackage
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp993 void llvm::GetReturnInfo(Type* ReturnType, Attributes attr, argument
997 ComputeValueVTs(TLI, ReturnType, ValueVTs);
1015 EVT MinVT = TLI.getRegisterType(ReturnType->getContext(), MVT::i32);
1020 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT);
1021 EVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h2179 void GetReturnInfo(Type* ReturnType, Attributes attr,
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DCore.h739 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,

Completed in 223 milliseconds