HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_allow_user_poisoning (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/
asan_poisoning.cc 78 if (!FLAG_allow_user_poisoning || size == 0) return;
119 if (!FLAG_allow_user_poisoning || size == 0) return;
asan_rtl.cc 50 bool FLAG_allow_user_poisoning;
463 FLAG_allow_user_poisoning = IntFlagValue(options,
asan_internal.h 253 extern bool FLAG_allow_user_poisoning;

Completed in 30 milliseconds