/llvm-project/libc/src/stdlib/ |
H A D | exit_handler.cpp |
|
/llvm-project/lldb/unittests/Host/ |
H A D | AlarmTest.cpp | 68 std::vector<bool> callbacks; TEST() local 95 std::vector<bool> callbacks; TEST() local [all...] |
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | Pass.cpp | 117 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 D | MainLoopPosix.h | 82 std::list<Callback> callbacks; global() member
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanShouldStopHere.h | 79 SetShouldStopHereCallbacks(const ThreadPlanShouldStopHereCallbacks *callbacks, in SetShouldStopHereCallbacks()
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | python.cc | 340 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 D | cpp.h | 61 const std::vector<ParmVarDecl *> callbacks; member
|
H A D | cpp.cc | 967 std::vector<ParmVarDecl *> callbacks; in find_callback_args() local
|
H A D | plain_cpp.cc | 1160 const set<FunctionDecl *> &callbacks = clazz.persistent_callbacks; in print_ptr() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | Alarm.cpp | 157 llvm::SmallVector<Callback, 1> callbacks; in AlarmThread() local
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanShouldStopHere.cpp | 30 ThreadPlan *owner, const ThreadPlanShouldStopHereCallbacks *callbacks, in ThreadPlanShouldStopHere()
|
H A D | Process.cpp | 606 RegisterNotificationCallbacks(const Notifications & callbacks) RegisterNotificationCallbacks() argument 612 UnregisterNotificationCallbacks(const Notifications & callbacks) UnregisterNotificationCallbacks() argument
|
/llvm-project/openmp/libompd/src/ |
H A D | omp-debug.h | 53 static const ompd_callbacks_t *callbacks = nullptr; variable
|
H A D | TargetValue.cpp | 20 const ompd_callbacks_t *TValue::callbacks = NULL; member in TValue
|
/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 93 static std::array<CallbackAndCookie, MaxSignalHandlerCallbacks> callbacks; in CallBacksToRun() local
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 249 ThreadEventCallbacks callbacks = { in InitializePlatform() local
|
/llvm-project/libc/utils/gpu/server/ |
H A D | rpc_server.cpp | 180 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 D | sanitizer_mac.cpp | 1449 InstallPthreadIntrospectionHook(const ThreadEventCallbacks & callbacks) InstallPthreadIntrospectionHook() argument
|