Searched defs:CArgs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCSerialization.h | 293 static Error serialize(ChannelT &C, CArgT &&CArg, in serialize() 306 static Error deserialize(ChannelT &C, CArgT &CArg, in deserialize()
|
H A D | RPCUtils.h | 545 static Error serializeArgs(ChannelT &C, const CArgTs... CArgs) { in serializeArgs()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Reactor.hpp | 3122 inline CToReactorT<Return> Call(Return(fptr)(CArgs...), RArgs &&...args) in Call() 3130 inline void Call(void(fptr)(CArgs...), RArgs &&...args) in Call() 3138 inline CToReactorT<Return> Call(Return (Class::*fptr)(CArgs...), C &&object, RArgs &&...args) in Call() 3162 inline void Call(void (Class::*fptr)(CArgs...), C &&object, RArgs &&...args) in Call()
|
H A D | SubzeroReactor.cpp | 171 Ice::Variable *Call(Ice::Cfg *function, Ice::CfgNode *basicBlock, Return(fptr)(CArgs...), RArgs &&.… in Call()
|