Home
last modified time | relevance | path

Searched refs:ompt_interface_fn_t (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp123 static ompt_interface_fn_t ompt_fn_lookup(const char *s);
875 static ompt_interface_fn_t ompt_fn_lookup(const char *s) {
880 return (ompt_interface_fn_t)fn##_f;
896 static ompt_interface_fn_t ompt_libomp_target_fn_lookup(const char *s) {
899 return (ompt_interface_fn_t)fn;
908 return (ompt_interface_fn_t)ompt_callbacks.ompt_callback(fn);
915 return (ompt_interface_fn_t)0;
/freebsd/lib/libomp/
H A Domp-tools.h532 typedef void (*ompt_interface_fn_t) (void); typedef
534 typedef ompt_interface_fn_t (*ompt_function_lookup_t) (
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp-tools.h.var532 typedef void (*ompt_interface_fn_t) (void);
534 typedef ompt_interface_fn_t (*ompt_function_lookup_t) (