Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp171 instrumented_ = instrumented; in set()
188 instrumented_ = false; in clear()
H A Dsanitizer_common.h828 instrumented_(false) { in LoadedModule()
847 bool instrumented() const { return instrumented_; } in instrumented()
877 bool instrumented_; variable