Lines Matching refs:Flags
28 Flags asan_flags_dont_use_directly; // use via flags().
45 void Flags::SetDefaults() {
51 static void RegisterAsanFlags(FlagParser *parser, Flags *f) {
59 // Set the default values and prepare for parsing ASan and common flags.
71 Flags *f = flags();
78 // Set the default values and prepare for parsing LSan and UBSan flags
79 // (which can also overwrite common flags).
81 __lsan::Flags *lf = __lsan::flags();
90 __ubsan::Flags *uf = __ubsan::flags();
121 // TODO(eugenis): dump all flags at verbosity>=2?
125 // TODO(samsonov): print all of the flags (ASan, LSan, common).