OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_user_poisoning
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
67
bool
allow_user_poisoning
;
member in struct:__asan::Flags
asan_poisoning.cc
80
if (!flags()->
allow_user_poisoning
|| size == 0) return;
122
if (!flags()->
allow_user_poisoning
|| size == 0) return;
asan_rtl.cc
110
ParseFlag(str, &f->
allow_user_poisoning
, "
allow_user_poisoning
");
152
f->
allow_user_poisoning
= true;
Completed in 308 milliseconds