Home
last modified time | relevance | path

Searched defs:Caller (Results 1 – 25 of 74) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/tasks/
H A Dfoo.adb18 task type Caller is taskspec
30 task body Caller is task
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/bad-task-bp-keyword/
H A Dfoo.adb18 task type Caller is taskspec
30 task body Caller is task
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/tasks/
H A Dfoo.adb18 task type Caller is taskspec
30 task body Caller is task
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/bad-task-bp-keyword/
H A Dfoo.adb18 task type Caller is taskspec
30 task body Caller is task
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/mi_task_arg/
H A Dtask_switch.adb27 task type Caller is taskspec
49 task body Caller is task
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/mi_task_info/
H A Dtask_switch.adb27 task type Caller is taskspec
49 task body Caller is task
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_task_arg/
H A Dtask_switch.adb27 task type Caller is taskspec
49 task body Caller is task
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/mi_task_info/
H A Dtask_switch.adb27 task type Caller is taskspec
49 task body Caller is task
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/O2_float_param/
H A Dcaller.adb19 package body Caller is package
H A Dcaller.ads16 package Caller is packspec
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/O2_float_param/
H A Dcaller.ads16 package Caller is packspec
H A Dcaller.adb19 package body Caller is package
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp148 Function *Caller = OldCS.getCaller(); in replaceCallSite() local
165 Function *Caller = CS.getCaller(); in removeCallSite() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineAdvisor.cpp77 Function &Caller = *CB.getCaller(); in getDefaultInlineAdvice() local
194 shouldBeDeferred(Function *Caller, InlineCost IC, int &TotalSecondaryCost, in shouldBeDeferred()
329 Function *Caller = CB.getCaller(); in shouldInline() local
437 const Function &Caller, const InlineCost &IC, in emitInlinedInto()
H A DReplayInlineAdvisor.cpp63 Function &Caller = *CB.getCaller(); in getAdviceImpl() local
H A DMLInlineAdvisor.cpp133 Function *Caller = Advice.getCaller(); in onSuccessfulInlining() local
176 auto &Caller = *CB.getCaller(); in getAdviceImpl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCUDA.cpp202 Sema::IdentifyCUDAPreference(const FunctionDecl *Caller, in IdentifyCUDAPreference()
268 const FunctionDecl *Caller, in EraseUnwantedCUDAMatches()
752 FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext); in CheckCUDACall() local
818 FunctionDecl *Caller = dyn_cast<FunctionDecl>(CurContext); in CUDACheckLambdaCapture() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp215 Function *Caller = Node->getFunction(); in processUniformWorkGroupAttribute() local
228 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp79 auto *Caller = CI->getParent()->getParent(); in collectCallers() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h82 bool areInlineCompatible(const Function *Caller, in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp140 static void mergeInlinedArrayAllocas(Function *Caller, InlineFunctionInfo &IFI, in mergeInlinedArrayAllocas()
249 Function *Caller = CB.getCaller(); in inlineCallIfPossible() local
393 Function *Caller = CB.getCaller(); in inlineCallsImpl() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DProfile.h120 TrieNode *Caller = nullptr; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp98 bool WebAssemblyTTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp2128 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
2139 static void setAND(Function &Caller, const Function &Callee) { in setAND()
2151 static void setOR(Function &Caller, const Function &Callee) { in setOR()
2159 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
2193 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
2204 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
2232 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
2253 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
2303 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible()
2313 void AttributeFuncs::mergeAttributesForInlining(Function &Caller, in mergeAttributesForInlining()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h65 ContextTrieNode *Caller = Queue.front(); in ProfiledCallGraph() local

123