Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMmapWriteExecChecker.cpp53 auto ProtLoc = ProtVal.getAs<nonloc::ConcreteInt>(); in checkPreCall() local
54 if (!ProtLoc) in checkPreCall()
56 int64_t Prot = ProtLoc->getValue().getSExtValue(); in checkPreCall()