Home
last modified time | relevance | path

Searched defs:is_reachable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp90 bool is_reachable = g.isReachable(from, target); in BasicTest() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h277 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node); variable