Home
last modified time | relevance | path

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

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