Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp41 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()
DCodeGenFunction.h245 bool IsSanitizerScope; variable
DCGExpr.cpp2296 assert(IsSanitizerScope); in EmitCheck()
DCGExprScalar.cpp921 assert(CGF.IsSanitizerScope); in EmitBinOpCheck()