Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp52 const std::optional<int> FoundProtRead = tryExpandAsInteger("PROT_READ", PP); in checkASTDecl() local
56 if (FoundProtRead && FoundProtWrite && FoundProtExec) { in checkASTDecl()
57 ProtRead = *FoundProtRead; in checkASTDecl()