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

  /external/compiler-rt/lib/asan/
asan_flags.h 64 int detect_invalid_pointer_pairs; member in struct:__asan::Flags
asan_rtl.cc 216 ParseFlag(str, &f->detect_invalid_pointer_pairs,
217 "detect_invalid_pointer_pairs",
280 f->detect_invalid_pointer_pairs = 0;
asan_report.cc 803 if (!flags()->detect_invalid_pointer_pairs) return;
    [all...]

Completed in 354 milliseconds