Searched refs:ompt_interface_fn_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp95 static ompt_interface_fn_t ompt_fn_lookup(const char *s);
735 static ompt_interface_fn_t ompt_fn_lookup(const char *s) {
740 return (ompt_interface_fn_t)fn##_f;
744 return (ompt_interface_fn_t)0;
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h445 typedef void (*ompt_interface_fn_t) (void); typedef
447 typedef ompt_interface_fn_t (*ompt_function_lookup_t) (

Completed in 59 milliseconds