HomeSort by: relevance | last modified time | path
    Searched refs:isPointerToConst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 404 static bool isPointerToConst(const QualType &QT) {
436 } else if (isPointerToConst((*I)->getType())) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 226 static bool isPointerToConst(QualType Ty) {
246 if (isPointerToConst(*I))
BugReporterVisitors.cpp 502 static bool isPointerToConst(QualType Ty) {
616 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T))

Completed in 19 milliseconds