Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/utils/testutils/
H A DExecuteFunctionUnix.cpp24 return WIFEXITED(platform_defined); in exited_normally()
29 return WEXITSTATUS(platform_defined); in get_exit_code()
35 return WTERMSIG(platform_defined); in get_fatal_signal()
H A DExecuteFunction.h24 int platform_defined; member