Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 18 of 18) sorted by relevance

/llvm-project/libc/src/stdlib/
H A Dexit_handler.cpp
/llvm-project/lldb/unittests/Host/
H A DAlarmTest.cpp68 std::vector<bool> callbacks; TEST() local
95 std::vector<bool> callbacks; TEST() local
[all...]
/llvm-project/mlir/lib/CAPI/IR/
H A DPass.cpp117 ExternalPass(TypeID passID,StringRef name,StringRef argument,StringRef description,std::optional<StringRef> opName,ArrayRef<MlirDialectHandle> dependentDialects,MlirExternalPassCallbacks callbacks,void * userData) ExternalPass() argument
168 MlirExternalPassCallbacks callbacks; global() member in mlir::ExternalPass
178 mlirCreateExternalPass(MlirTypeID passID,MlirStringRef name,MlirStringRef argument,MlirStringRef description,MlirStringRef opName,intptr_t nDependentDialects,MlirDialectHandle * dependentDialects,MlirExternalPassCallbacks callbacks,void * userData) mlirCreateExternalPass() argument
[all...]
/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h82 std::list<Callback> callbacks; global() member
/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h79 SetShouldStopHereCallbacks(const ThreadPlanShouldStopHereCallbacks *callbacks, in SetShouldStopHereCallbacks()
/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc340 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_persistent_callback_failure_check() local
1043 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_copy_callbacks() local
1075 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_method_types() local
1120 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print() local
H A Dcpp.h61 const std::vector<ParmVarDecl *> callbacks; member
H A Dcpp.cc967 std::vector<ParmVarDecl *> callbacks; in find_callback_args() local
H A Dplain_cpp.cc1160 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_ptr() local
/llvm-project/lldb/source/Host/common/
H A DAlarm.cpp157 llvm::SmallVector<Callback, 1> callbacks; in AlarmThread() local
/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp30 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, in ThreadPlanShouldStopHere()
H A DProcess.cpp606 RegisterNotificationCallbacks(const Notifications & callbacks) RegisterNotificationCallbacks() argument
612 UnregisterNotificationCallbacks(const Notifications & callbacks) UnregisterNotificationCallbacks() argument
/llvm-project/openmp/libompd/src/
H A Domp-debug.h53 static const ompd_callbacks_t *callbacks = nullptr; variable
H A DTargetValue.cpp20 const ompd_callbacks_t *TValue::callbacks = NULL; member in TValue
/llvm-project/llvm/lib/Support/
H A DSignals.cpp93 static std::array<CallbackAndCookie, MaxSignalHandlerCallbacks> callbacks; in CallBacksToRun() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp249 ThreadEventCallbacks callbacks = { in InitializePlatform() local
/llvm-project/libc/utils/gpu/server/
H A Drpc_server.cpp180 handle_server_impl(rpc::Server & server,const std::unordered_map<uint16_t,rpc_opcode_callback_ty> & callbacks,const std::unordered_map<uint16_t,void * > & callback_data,uint32_t & index) handle_server_impl() argument
406 std::unordered_map<uint16_t, rpc_opcode_callback_ty> callbacks; global() member
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1449 InstallPthreadIntrospectionHook(const ThreadEventCallbacks & callbacks) InstallPthreadIntrospectionHook() argument