Home
last modified time | relevance | path

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

/external/compiler-rt/include/sanitizer/
Dmsan_interface.h85 int __msan_has_dynamic_component();
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
Dmsan_interface.h85 int __msan_has_dynamic_component();
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h126 int __msan_has_dynamic_component();
Dmsan.cc507 int __msan_has_dynamic_component() { return false; } in __msan_has_dynamic_component() function