Home
last modified time | relevance | path

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

/external/angle/third_party/abseil-cpp/absl/status/internal/
Dstatus_internal.h50 StatusRep(absl::StatusCode code_arg, absl::string_view message_arg, in StatusRep()
53 code(code_arg),
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.cpp264 static void __itt_report_error(unsigned code_arg, ...) in __itt_report_error() argument
267 va_start(args, code_arg); in __itt_report_error()
272 __itt_error_code code = (__itt_error_code)code_arg; in __itt_report_error()