Lines Matching refs:UseAfterScope
613 bool UseAfterScope = false, in AddressSanitizer()
619 UseAfterScope(UseAfterScope || ClUseAfterScope), in AddressSanitizer()
713 bool UseAfterScope; member
744 bool UseAfterScope = false, in AddressSanitizerLegacyPass() argument
748 UseAfterScope(UseAfterScope), UseAfterReturn(UseAfterReturn) { in AddressSanitizerLegacyPass()
767 UseAfterScope, UseAfterReturn); in runOnFunction()
774 bool UseAfterScope; member in __anonf69996040211::AddressSanitizerLegacyPass
1101 if (!ASan.UseAfterScope) in visitIntrinsicInst()
1216 bool CompileKernel, bool Recover, bool UseAfterScope, in AddressSanitizerPass() argument
1219 UseAfterScope(UseAfterScope), UseAfterReturn(UseAfterReturn) {} in AddressSanitizerPass()
1227 AddressSanitizer Sanitizer(M, R, CompileKernel, Recover, UseAfterScope, in run()
1276 bool CompileKernel, bool Recover, bool UseAfterScope, in INITIALIZE_PASS_DEPENDENCY()
1279 return new AddressSanitizerLegacyPass(CompileKernel, Recover, UseAfterScope, in INITIALIZE_PASS_DEPENDENCY()
2941 if (ASan.UseAfterScope) { in initializeCallbacks()