HomeSort by relevance Sort by last modified time
    Searched refs:isPointerToConst (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
UninitializedValues.cpp 436 static bool isPointerToConst(const QualType &QT) {
462 } else if (isPointerToConst((*I)->getType())) {
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 131 static bool isPointerToConst(QualType Ty) {
151 if (isPointerToConst(*I))
    [all...]

Completed in 200 milliseconds