Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()