reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
155 f->SetDefaults(); 158 RegisterMsanFlags(&parser, f); 190 if (f->exit_code != -1) { 196 cf.exitcode = f->exit_code; 201 if (f->origin_history_size < 0 || 202 f->origin_history_size > Origin::kMaxDepth) { 206 f->origin_history_size, Origin::kMaxDepth); 211 if (f->origin_history_per_stack_limit < 0 || 212 f->origin_history_per_stack_limit > kStackDepotMaxUseCount / 2) { 216 f->origin_history_per_stack_limit, kStackDepotMaxUseCount / 2); 219 if (f->store_context_size < 1) f->store_context_size = 1; 219 if (f->store_context_size < 1) f->store_context_size = 1;