Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDUninitializedValues.cpp436 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
462 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp113 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
133 if (isPointerToConst(*I)) in findPtrToConstParams()