Home
last modified time | relevance | path

Searched defs:IncomingCall (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp40 struct IncomingCall { struct
41 const std::string BuiltinName;
42 const DemangledBuiltin *Builtin;
44 const Register ReturnRegister;
45 const SPIRVType *ReturnType;
46 const SmallVectorImpl<Register> &Arguments;
48 IncomingCall(const std::string BuiltinName, const DemangledBuiltin *Builtin, in IncomingCall() argument
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dend2end_tests.cc335 CoreEnd2endTest::IncomingCall::IncomingCall(CoreEnd2endTest& test, int tag) in IncomingCall() function in grpc_core::CoreEnd2endTest::IncomingCall
345 CoreEnd2endTest::IncomingCall::IncomingCall(CoreEnd2endTest& test, void* method, in IncomingCall() function in grpc_core::CoreEnd2endTest::IncomingCall
H A Dend2end_tests.h246 class IncomingCall; variable