Searched refs:AsanUseAfterScope (Results 1 – 2 of 2) sorted by relevance
52 bool AsanUseAfterScope = true; variable
1129 AsanUseAfterScope = Args.hasFlag( in SanitizerArgs()1131 options::OPT_fno_sanitize_address_use_after_scope, AsanUseAfterScope); in SanitizerArgs()1133 AsanUseAfterScope = false; in SanitizerArgs()1455 if (AsanUseAfterScope) in addArgs()