Home
last modified time | relevance | path

Searched refs:IsSanitizerScope (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp46 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), in CodeGenFunction()
1827 assert(!CGF->IsSanitizerScope); in SanitizerScope()
1828 CGF->IsSanitizerScope = true; in SanitizerScope()
1832 CGF->IsSanitizerScope = false; in ~SanitizerScope()
1840 if (IsSanitizerScope) in InsertHelper()
DCodeGenFunction.h257 bool IsSanitizerScope; variable
DCGExprScalar.cpp928 assert(CGF.IsSanitizerScope); in EmitBinOpCheck()
DCGExpr.cpp2436 assert(IsSanitizerScope); in EmitCheck()