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.h838 instrumented_(false) { in LoadedModule()
857 bool instrumented() const { return instrumented_; } in instrumented()
887 bool instrumented_; variable