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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp295 char *other_stack_beg = local
297 if ((stack_beg > other_stack_beg && stack_beg < other_stack_end) ||
298 (stack_end > other_stack_beg && stack_end < other_stack_end)) {
303 -1, other_stack_beg, other_stack_end,

Completed in 99 milliseconds