Searched defs:callback (Results 1 - 25 of 190) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmkapidoc.pl85 sub callback { subroutine
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DMainLoopBase.cpp14 void MainLoopBase::AddPendingCallback(const Callback &callback) { argument
H A DHost.cpp100 StartMonitoringChildProcess( const Host::MonitorChildProcessCallback &callback, lldb::pid_t pid) argument
H A DHostProcess.cpp31 StartMonitoring( const Host::MonitorChildProcessCallback &callback) argument
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBBreakpointOptionCommon.h18 SBBreakpointHitCallback callback; member in struct:lldb::CallbackData
H A DSBBreakpointOptionCommon.cpp42 SBBreakpointCallbackBaton( SBBreakpointHitCallback callback, void *baton) argument
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_fuchsia.cpp27 void StopTheWorld(StopTheWorldCallback callback, void *argument) { argument
29 StopTheWorldCallback callback; member in struct:__sanitizer::Params
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTaskTimer.cpp16 ForEachTimedTask( std::function<void(const std::string &event, std::chrono::milliseconds duration)> callback) argument
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp23 Error RedirectFd(int fd, std::function<void(llvm::StringRef)> callback) { argument
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate11.C30 int aCallback<Called>::callback() function in class:aCallback
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dpmem2.C26 int aCallback<Called>::callback() function in class:aCallback
/openbsd-current/regress/libexec/ld.so/randomdata/ld.so-cookie/
H A Dtest.c25 callback(struct dl_phdr_info *info, size_t size, void *cookie) function
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A DMainLoopWindows.h45 Callback callback; member in struct:lldb_private::MainLoopWindows::FdInfo
/openbsd-current/gnu/llvm/lld/COFF/
H A DSymbolTable.h119 template <typename T> void forEachSymbol(T callback) { argument
/openbsd-current/usr.sbin/ldapd/
H A Dimsgev.h34 void (*callback)(struct imsgev *, int, struct imsg *); member in struct:imsgev
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DBase.pm72 sub callback { subroutine
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DGeneric.pm70 sub callback { subroutine
[all...]
/openbsd-current/lib/libcrypto/dh/
H A Ddh_gen.c181 DH_generate_parameters(int prime_len, int generator, void (*callback)(int, int, void *), void *cb_arg) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DIntelPTThreadTraceCollection.cpp51 ForEachThread( std::function<void(lldb::tid_t tid, IntelPTSingleBufferTrace &thread_trace)> callback) argument
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostProcessPosix.cpp63 StartMonitoring( const Host::MonitorChildProcessCallback &callback) argument
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h74 bool (EmulateInstructionPPC64::*callback)(uint32_t opcode); member in struct:lldb_private::EmulateInstructionPPC64::Opcode
/openbsd-current/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h69 bool (EmulateInstructionLoongArch::*callback)(uint32_t opcode); member in struct:lldb_private::EmulateInstructionLoongArch::Opcode
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.h96 DIERefCallback(llvm::function_ref<bool(DWARFDIE die)> callback, llvm::StringRef name = {}) const argument
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h40 Ret (*callback)(intptr_t callable, Params ...params) = nullptr; member in class:llvm::function_ref
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp14 ThreadPlanCallOnFunctionExit( Thread &thread, const Callback &callback) argument

Completed in 203 milliseconds

12345678