Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp298 static void __itt_report_error(unsigned code_arg, ...) { in __itt_report_error() argument
300 va_start(args, code_arg); in __itt_report_error()
305 __itt_error_code code = (__itt_error_code)code_arg; in __itt_report_error()