Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DUninitializedValues.cpp436 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
462 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp131 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
151 if (isPointerToConst(*I)) in findPtrToConstParams()