Lines Matching refs:If
38 "If set, prints some debugging information and does additional checks.")
45 "If set, attempts to catch initialization order issues.")
48 "If set, uses custom wrappers and replacements for libc string functions "
51 "If set, uses custom wrappers for memset/memcpy/memmove intrinsics.")
75 "If set, user may manually mark memory regions as poisoned or "
94 "If set, explicitly unmaps the (huge) shadow at exit.")
95 ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
103 "If set, prints ASan exit stats even after program terminates "
107 "If set, prints thread creation stacks for the threads involved in the "
114 "If true, poison partially addressable 8-byte aligned words "
132 "If true, assume that dynamic initializers can never access globals from "
136 "If true, ASan tweaks a bunch of other flags (quarantine, redzone, heap "
143 "If >= 2, detect operations like <, <=, >, >= and - on invalid pointer "
145 "If == 1, detect invalid operations only when both pointers are non-null.")
147 "If true, honor the container overflow annotations. See "
151 "If >=2, detect violation of One-Definition-Rule (ODR); "
152 "If ==1, detect ODR-violation only if the two variables "
160 "POSIX standard). If set to false, realloc(p, 0) will return a "