Searched refs:IsSanitizerScope (Results 1 – 4 of 4) sorted by relevance
41 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), in CodeGenFunction()1718 assert(!CGF->IsSanitizerScope); in SanitizerScope()1719 CGF->IsSanitizerScope = true; in SanitizerScope()1723 CGF->IsSanitizerScope = false; in ~SanitizerScope()1731 if (IsSanitizerScope) in InsertHelper()
245 bool IsSanitizerScope; variable
2296 assert(IsSanitizerScope); in EmitCheck()
921 assert(CGF.IsSanitizerScope); in EmitBinOpCheck()