/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Statepoint.cpp | 20 bool llvm::isStatepoint(const CallBase *Call) { in isStatepoint() 27 if (auto *Call = dyn_cast<CallBase>(V)) in isStatepoint() local 36 bool llvm::isGCRelocate(const CallBase *Call) { in isGCRelocate() 41 if (auto *Call = dyn_cast<CallBase>(V)) in isGCRelocate() local 46 bool llvm::isGCResult(const CallBase *Call) { return isa<GCResultInst>(Call); } in isGCResult() 49 if (auto *Call = dyn_cast<CallBase>(V)) in isGCResult() local
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | call.h | 37 Call() in Call() function 43 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq) in Call() function 49 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function 57 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function
|
D | call_op_set_interface.h | 27 class Call; variable
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | call.h | 37 Call() in Call() function 43 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq) in Call() function 49 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function 57 Call(grpc_call* call, CallHook* call_hook, ::grpc::CompletionQueue* cq, in Call() function
|
D | call_op_set_interface.h | 27 class Call; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 430 bool doesNotAccessMemory(const CallBase *Call) { in doesNotAccessMemory() 458 bool onlyReadsMemory(const CallBase *Call) { in onlyReadsMemory() 527 ModRefInfo getModRefInfo(const CallBase *Call, const Value *P, in getModRefInfo() 723 if (const auto *Call = dyn_cast<CallBase>(I)) { in getModRefInfo() local 789 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc) { in getModRefInfo() 802 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo() 805 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) { in getModRefBehavior() 908 ModRefInfo getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) override { in getArgModRefInfo() 912 FunctionModRefBehavior getModRefBehavior(const CallBase *Call) override { in getModRefBehavior() 920 ModRefInfo getModRefInfo(const CallBase *Call, const MemoryLocation &Loc, in getModRefInfo() [all …]
|
/external/tensorflow/tensorflow/c/experimental/ops/gen/common/ |
D | view_util.cc | 22 string Call(const string& object, const string& method, in Call() function 28 string Call(const string& function, std::vector<string> arguments) { in Call() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 1085 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local 1095 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local 1105 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local 1115 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local 1125 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local 1137 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local 1148 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local 1161 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local 1171 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local 1181 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local [all …]
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 5 Call = Struct.new( :file, :line, :method ) constant 6 class Call class
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | call.c | 198 PHP_METHOD(Call, __construct) { in PHP_METHOD() argument 252 PHP_METHOD(Call, startBatch) { in PHP_METHOD() argument 544 PHP_METHOD(Call, getPeer) { in PHP_METHOD() argument 557 PHP_METHOD(Call, cancel) { in PHP_METHOD() argument 568 PHP_METHOD(Call, setCredentials) { in PHP_METHOD() argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 186 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining() 242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() local 499 const CallEvent &Call) { in evalCall() 523 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue() 562 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall() 578 static CallInlinePolicy mayInlineCallKind(const CallEvent &Call, in mayInlineCallKind() 789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() 876 static bool isTrivialObjectAssignment(const CallEvent &Call) { in isTrivialObjectAssignment() 894 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall() local 942 const CallEvent &Call, const Decl *D, in BifurcateCall()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | remote_device.cc | 87 struct Call { in NewRemoteDevices() struct 88 GetStatusRequest req; in NewRemoteDevices() 89 GetStatusResponse resp; in NewRemoteDevices()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.cpp | 76 CallBase &Call) { in instantiateInterfaceValue() 85 instantiateExternalRelation(ExternalRelation ERelation, CallBase &Call) { in instantiateExternalRelation() 96 CallBase &Call) { in instantiateExternalAttribute()
|
D | InlineCost.cpp | 166 virtual void onCallArgumentSetup(const CallBase &Call) {} in onCallArgumentSetup() 172 virtual void onLoweredCall(Function *F, CallBase &Call, bool IsIndirectCall) { in onLoweredCall() 344 Function &Callee, CallBase &Call) in CallAnalyzer() 434 void onCallArgumentSetup(const CallBase &Call) override { in onCallArgumentSetup() 443 void onLoweredCall(Function *F, CallBase &Call, in onLoweredCall() 632 CallBase &Call, const InlineParams &Params, bool BoostIndirect = true) in InlineCostCallAnalyzer() 1058 bool CallAnalyzer::allowSizeGrowth(CallBase &Call) { in allowSizeGrowth() 1083 bool InlineCostCallAnalyzer::isColdCallSite(CallBase &Call, in isColdCallSite() 1107 InlineCostCallAnalyzer::getHotCallSiteThreshold(CallBase &Call, in getHotCallSiteThreshold() 1135 void InlineCostCallAnalyzer::updateThreshold(CallBase &Call, Function &Callee) { in updateThreshold() [all …]
|
D | CallGraph.cpp | 76 if (auto *Call = dyn_cast<CallBase>(&I)) { in addToCallGraph() local 187 void CallGraphNode::removeCallEdgeFor(CallBase &Call) { in removeCallEdgeFor() 230 void CallGraphNode::replaceCallEdge(CallBase &Call, CallBase &NewCall, in replaceCallEdge()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckerDocumentation.cpp | 117 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() argument 123 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() argument 288 const CallEvent *Call, in checkPointerEscape() 299 const CallEvent *Call, in checkConstPointerEscape()
|
D | SimpleStreamChecker.cpp | 118 void SimpleStreamChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 137 void SimpleStreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall() 201 const CallEvent &Call, in reportDoubleClose() 250 const CallEvent *Call, in checkPointerEscape()
|
D | TraversalChecker.cpp | 78 void CallDumper::checkPreCall(const CallEvent &Call, CheckerContext &C) const { in checkPreCall() argument 91 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall() argument
|
/external/junit-params/src/test/java/junitparams/custom/combined/ |
D | CombinedParametersProviderTest.java | 47 private static class Call { class in CombinedParametersProviderTest.Verifier 52 Call(String firstParam, String anotherParam) { in Call() method in CombinedParametersProviderTest.Verifier.Call
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 116 auto *Call = CallInst::Create(Fn, {Arg, IndexVal}, "", InsertPt); in makeSubFnCall() local 194 if (auto *Call = dyn_cast<CallBase>(&I)) { in buildCGN() local 489 static void propagateCallAttrsFromCallee(CallInst *Call, Function *Callee) { in propagateCallAttrsFromCallee() 494 static void addCallToCallGraph(CallGraph *CG, CallInst *Call, Function *Callee){ in addCallToCallGraph() 511 auto *Call = Builder.CreateCall(Alloc, Size); in emitAlloc() local 531 auto *Call = Builder.CreateCall(Dealloc, Ptr); in emitDealloc() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 235 bool BPFAbstractMemberAccess::IsPreserveDIAccessIndexCall(const CallInst *Call, in IsPreserveDIAccessIndexCall() 293 for (auto Call : CallList) { in replaceWithGEP() local 321 auto *Call = dyn_cast<CallInst>(&I); in removePreserveAccessIndexIntrinsic() local 347 for (auto Call : PreserveUnionIndexCalls) { in removePreserveAccessIndexIntrinsic() local 407 void BPFAbstractMemberAccess::traceAICall(CallInst *Call, in traceAICall() 506 auto *Call = dyn_cast<CallInst>(&I); in collectAICallChains() local 694 Value *BPFAbstractMemberAccess::computeBaseAndAccessKey(CallInst *Call, in computeBaseAndAccessKey() 846 bool BPFAbstractMemberAccess::transformGEPChain(Module &M, CallInst *Call, in transformGEPChain()
|
/external/google-fruit/include/fruit/impl/meta/ |
D | basics.h | 75 struct Call { struct 77 struct apply : public F::template apply<Args...> {};
|
/external/pigweed/pw_rpc/ |
D | call.cc | 26 Call::Call(Endpoint& client, in Call() function in pw::rpc::internal::Call 39 Call::Call(Endpoint& endpoint_ref, in Call() function in pw::rpc::internal::Call
|
/external/rust/crates/grpcio/src/call/ |
D | mod.rs | 328 pub struct Call { struct 333 unsafe impl Send for Call {} argument 335 impl Call { impl 336 pub unsafe fn from_raw(call: *mut grpc_sys::grpc_call, cq: CompletionQueue) -> Call { in from_raw() 490 impl Drop for Call { implementation 509 fn new(call: Call, close_f: BatchFuture) -> ShareCall { in new()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | call.pxd.pxi | 16 cdef class Call: class
|