Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp53 const std::optional<int> FoundProtWrite = in checkASTDecl() local
56 if (FoundProtRead && FoundProtWrite && FoundProtExec) { in checkASTDecl()
58 ProtWrite = *FoundProtWrite; in checkASTDecl()