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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp404 static bool isPointerToConst(const QualType &QT) { function
436 } else if (isPointerToConst((*I)->getType())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp226 static bool isPointerToConst(QualType Ty) { function
246 if (isPointerToConst(*I))
H A DBugReporterVisitors.cpp480 static bool isPointerToConst(QualType Ty) { function
594 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T))

Completed in 174 milliseconds