Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp127 bool HasRefTypeParam = in checkPreCall() local
131 if (!ExpectedToBeNonNull && !HasRefTypeParam) in checkPreCall()
141 assert(!HasRefTypeParam || isa<Loc>(*DV)); in checkPreCall()
187 else if (HasRefTypeParam) in checkPreCall()
205 /*IsDirectDereference=*/HasRefTypeParam}; in checkPreCall()