Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DUninitializedValues.cpp404 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
436 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp227 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
247 if (isPointerToConst(*I)) in findPtrToConstParams()
DBugReporterVisitors.cpp503 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
617 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in VisitNode()