Searched refs:UseAfterScope (Results 1 – 5 of 5) sorted by relevance
127 bool UseAfterScope = false);
106 bool UseAfterScope = false);
450 bool UseAfterScope = false) in AddressSanitizer()453 UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()531 bool UseAfterScope; member744 if (!ASan.UseAfterScope) in visitIntrinsicInst()815 bool UseAfterScope) { in INITIALIZE_PASS_DEPENDENCY()817 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()1907 if (ASan.UseAfterScope) { in initializeCallbacks()
605 bool UseAfterScope = false) in AddressSanitizer()606 : FunctionPass(ID), UseAfterScope(UseAfterScope || ClUseAfterScope) { in AddressSanitizer()704 bool UseAfterScope; member991 if (!ASan.UseAfterScope) in visitIntrinsicInst()1077 bool UseAfterScope) { in INITIALIZE_PASS_DEPENDENCY()1079 return new AddressSanitizer(CompileKernel, Recover, UseAfterScope); in INITIALIZE_PASS_DEPENDENCY()2616 if (ASan.UseAfterScope) { in initializeCallbacks()
219 bool UseAfterScope = CGOpts.SanitizeAddressUseAfterScope; in addAddressSanitizerPasses() local221 UseAfterScope)); in addAddressSanitizerPasses()