Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp986 const bool IsNonConstRef = Ty->isReferenceType() && !Ty.isConstQualified(); in process() local
990 return IsNonConstRef || IsNonConstPtr; in process()