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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp90 bool is_reachable = g.isReachable(from, target); local
91 if (is_reachable) {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h277 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node); local
280 return is_reachable;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c6025 bfd_boolean is_reachable = FALSE;
6027 link_info, &is_reachable)
6028 && is_reachable)
6157 bfd_boolean is_reachable;
6160 &is_reachable))
6163 if (is_reachable)
6226 same section as the target. Set "is_reachable" flag if the target of
6001 bfd_boolean is_reachable = FALSE; local
6133 bfd_boolean is_reachable; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c4330 bfd_boolean is_reachable;
4333 &is_reachable))
4336 if (is_reachable)
4398 same section as the target. Set "is_reachable" flag if the target of
4311 bfd_boolean is_reachable; local

Completed in 147 milliseconds