Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp303 char *other_stack_beg = in __kmp_check_stack_overlap() local
305 if ((stack_beg > other_stack_beg && stack_beg < other_stack_end) || in __kmp_check_stack_overlap()
306 (stack_end > other_stack_beg && stack_end < other_stack_end)) { in __kmp_check_stack_overlap()
311 -1, other_stack_beg, other_stack_end, in __kmp_check_stack_overlap()