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.cpp67 auto ProtLoc = ProtVal.getAs<nonloc::ConcreteInt>(); in checkPreCall() local
68 if (!ProtLoc) in checkPreCall()
70 int64_t Prot = ProtLoc->getValue()->getSExtValue(); in checkPreCall()