Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp459 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
480 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp260 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
280 if (isPointerToConst(*I)) in findPtrToConstParams()
H A DBugReporterVisitors.cpp366 if (RegionOfInterest->isSubRegionOf(R) && !isPointerToConst(T)) in VisitNode()
545 bool isPointerToConst(QualType Ty) { in isPointerToConst() function in __anona9edee720111::NoStoreFuncVisitor