Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp125 bool HasRefTypeParam = in checkPreCall() local
129 if (!ExpectedToBeNonNull && !HasRefTypeParam) in checkPreCall()
139 assert(!HasRefTypeParam || isa<Loc>(DV.value())); in checkPreCall()
185 else if (HasRefTypeParam) in checkPreCall()
203 /*IsDirectDereference=*/HasRefTypeParam}; in checkPreCall()