Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp43 genReportNullAttrNonNull(const ExplodedNode *ErrorN, const Expr *ArgE,
185 R = genReportNullAttrNonNull(errorNode, ArgE, idx + 1); in checkPreCall()
279 NonNullParamChecker::genReportNullAttrNonNull(const ExplodedNode *ErrorNode, in genReportNullAttrNonNull() function in NonNullParamChecker