Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DNonNullParamChecker.cpp77 bool haveRefTypeParam = false; in checkPreCall() local
79 haveRefTypeParam = (*TyI)->isReferenceType(); in checkPreCall()
91 if (!haveRefTypeParam && !haveAttrNonNull) in checkPreCall()
102 assert(!haveRefTypeParam || DV->getAs<Loc>()); in checkPreCall()
151 else if (haveRefTypeParam) in checkPreCall()
167 /*IsDirectDereference=*/haveRefTypeParam}; in checkPreCall()