Home
last modified time | relevance | path

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

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