Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp419 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
451 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp208 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
228 if (isPointerToConst(*I)) in findPtrToConstParams()
H A DBugReporterVisitors.cpp735 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
752 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()