reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExpr.cpp
 3009   assert(IsSanitizerScope);
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1534   assert(CGF.IsSanitizerScope);
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2121   assert(!CGF->IsSanitizerScope);
 2122   CGF->IsSanitizerScope = true;
 2126   CGF->IsSanitizerScope = false;
 2134   if (IsSanitizerScope)