Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp46 SanOpts(CGM.getLangOpts().Sanitize), IsSanitizerScope(false), in CodeGenFunction()
1900 assert(!CGF->IsSanitizerScope); in SanitizerScope()
1901 CGF->IsSanitizerScope = true; in SanitizerScope()
1905 CGF->IsSanitizerScope = false; in ~SanitizerScope()
1913 if (IsSanitizerScope) in InsertHelper()
DCodeGenFunction.h262 bool IsSanitizerScope; variable
DCGExprScalar.cpp929 assert(CGF.IsSanitizerScope); in EmitBinOpCheck()
DCGExpr.cpp2501 assert(IsSanitizerScope); in EmitCheck()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp2310 assert(!CGF->IsSanitizerScope); in SanitizerScope()
2311 CGF->IsSanitizerScope = true; in SanitizerScope()
2315 CGF->IsSanitizerScope = false; in ~SanitizerScope()
2323 if (IsSanitizerScope) in InsertHelper()
DCodeGenFunction.h471 bool IsSanitizerScope = false;
DCGExprScalar.cpp1486 assert(CGF.IsSanitizerScope); in EmitBinOpCheck()
DCGExpr.cpp3194 assert(IsSanitizerScope); in EmitCheck()