Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp127 bool ExpectedToBeNonNull = AttrNonNull.test(idx); in checkPreCall() local
129 if (!ExpectedToBeNonNull && !HasRefTypeParam) in checkPreCall()
142 if (ExpectedToBeNonNull && !DV->getAs<Loc>()) { in checkPreCall()
183 if (ExpectedToBeNonNull) in checkPreCall()