Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp51 Optional<nonloc::ConcreteInt> ProtLoc = ProtVal.getAs<nonloc::ConcreteInt>(); in checkPreCall() local
52 int64_t Prot = ProtLoc->getValue().getSExtValue(); in checkPreCall()