Home
last modified time | relevance | path

Searched refs:getPrototype (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h153 static const char *getPrototype() { in getPrototype() function
991 RemoteFunctionIds[OrcRPCResponse::getPrototype()] = ResponseId; in RPCEndpointBase()
995 RemoteFunctionIds[OrcRPCNegotiate::getPrototype()] = NegotiateId; in RPCEndpointBase()
1136 auto IdItr = LocalFunctionIds.find(Func::getPrototype()); in removeHandler()
1167 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addHandlerImpl()
1182 LocalFunctionIds[Func::getPrototype()] = NewFnId; in addAsyncHandlerImpl()
1233 auto I = RemoteFunctionIds.find(Func::getPrototype()); in getRemoteFunctionId()
1247 Impl.template callB<OrcRPCNegotiate>(Func::getPrototype())) { in getRemoteFunctionId()
1248 RemoteFunctionIds[Func::getPrototype()] = *RemoteIdOrErr; in getRemoteFunctionId()
1250 return make_error<CouldNotNegotiate>(Func::getPrototype()); in getRemoteFunctionId()
[all …]
/third_party/node/test/js-native-api/test_object/
Dtest_null.js52 assert.deepStrictEqual(testNull.getPrototype(), expectedForElement);
/third_party/node/deps/npm/node_modules/lodash.clonedeep/
Dindex.js326 getPrototype = overArg(Object.getPrototypeOf, Object), variable
1254 ? baseCreate(getPrototype(object))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
DNVPTXISelLowering.cpp1259 std::string NVPTXTargetLowering::getPrototype( in getPrototype() function in NVPTXTargetLowering
1698 std::string Proto = getPrototype(DL, RetTy, Args, Outs, retAlignment, CS); in LowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h225 Function *getPrototype() const { in getPrototype() function
DCoroutines.cpp383 auto Prototype = ContinuationId->getPrototype(); in buildFrom()