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/ |
D | RPCUtils.h | 153 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/ |
D | test_null.js | 52 assert.deepStrictEqual(testNull.getPrototype(), expectedForElement);
|
/third_party/node/deps/npm/node_modules/lodash.clonedeep/ |
D | index.js | 326 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/ |
D | NVPTXISelLowering.h | 492 std::string getPrototype(const DataLayout &DL, Type *, const ArgListTy &,
|
D | NVPTXISelLowering.cpp | 1259 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/ |
D | CoroInstr.h | 225 Function *getPrototype() const { in getPrototype() function
|
D | Coroutines.cpp | 383 auto Prototype = ContinuationId->getPrototype(); in buildFrom()
|