Searched defs:callback_type (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | deep_thread_stack.cpp | 27 typedef void* (*callback_type)(void* arg); typedef
|
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
H A D | F_incomplete.pass.cpp | 25 typedef std::function<void(X&)> callback_type; typedef
|
/llvm-project/openmp/tools/multiplex/ |
H A D | ompt-multiplex.h | 993 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_own_set_callback() argument 1018 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_client_set_callback() argument 1078 #define ompt_event_macro(event_name, callback_type, event_id) \ in ompt_multiplex_initialize() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | ompt-general.cpp | 577 ompt_event_macro(event_name,callback_type,event_id) global() argument 602 ompt_event_macro(event_name,callback_type,event_id) global() argument
|
/llvm-project/polly/lib/External/isl/interface/ |
H A D | template_cpp.cc | 1618 auto callback_type = callback->getType(); in total_params() local 1725 auto callback_type = callback->getType(); in print_callback_lambda() local
|