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

Declarations

tools/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
   32   static int ProtExec;

References

tools/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
   53     if (ProtExecOv != ProtExec)
   54       ProtExec = ProtExecOv;
   59     if (ProtRead == ProtExec)
   62     if ((Prot & (ProtWrite | ProtExec)) == (ProtWrite | ProtExec)) {
   62     if ((Prot & (ProtWrite | ProtExec)) == (ProtWrite | ProtExec)) {