Lines Matching refs:ParseFlag

99   ParseFlag(str, &f->quarantine_size, "quarantine_size",
103 ParseFlag(str, &f->redzone, "redzone",
106 ParseFlag(str, &f->max_redzone, "max_redzone",
114 ParseFlag(str, &f->debug, "debug",
116 ParseFlag(str, &f->report_globals, "report_globals",
121 ParseFlag(str, &f->check_initialization_order,
125 ParseFlag(str, &f->replace_str, "replace_str",
129 ParseFlag(str, &f->replace_intrin, "replace_intrin",
131 ParseFlag(str, &f->mac_ignore_invalid_free, "mac_ignore_invalid_free",
134 ParseFlag(str, &f->detect_stack_use_after_return,
137 ParseFlag(str, &f->min_uar_stack_size_log, "min_uar_stack_size_log",
139 ParseFlag(str, &f->max_uar_stack_size_log, "max_uar_stack_size_log",
141 ParseFlag(str, &f->uar_noreserve, "uar_noreserve",
143 ParseFlag(str, &f->max_malloc_fill_size, "max_malloc_fill_size",
146 ParseFlag(str, &f->malloc_fill_byte, "malloc_fill_byte",
148 ParseFlag(str, &f->exitcode, "exitcode",
150 ParseFlag(str, &f->allow_user_poisoning, "allow_user_poisoning",
153 ParseFlag(str, &f->sleep_before_dying, "sleep_before_dying",
158 ParseFlag(str, &f->check_malloc_usable_size, "check_malloc_usable_size",
162 ParseFlag(str, &f->unmap_shadow_on_exit, "unmap_shadow_on_exit",
164 ParseFlag(str, &f->abort_on_error, "abort_on_error",
167 ParseFlag(str, &f->print_stats, "print_stats",
170 ParseFlag(str, &f->print_legend, "print_legend",
172 ParseFlag(str, &f->atexit, "atexit",
176 ParseFlag(str, &f->disable_core, "disable_core",
181 ParseFlag(str, &f->allow_reexec, "allow_reexec",
185 ParseFlag(str, &f->print_full_thread_history,
190 ParseFlag(str, &f->poison_heap, "poison_heap",
194 ParseFlag(str, &f->poison_partial, "poison_partial",
199 ParseFlag(str, &f->alloc_dealloc_mismatch, "alloc_dealloc_mismatch",
201 ParseFlag(str, &f->strict_memcmp, "strict_memcmp",
205 ParseFlag(str, &f->strict_init_order, "strict_init_order",
209 ParseFlag(str, &f->start_deactivated, "start_deactivated",
216 ParseFlag(str, &f->detect_invalid_pointer_pairs,
222 ParseFlag(str, &f->detect_container_overflow,
227 ParseFlag(str, &f->detect_odr_violation, "detect_odr_violation",