Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp51 static bool IsStdString(QualType T) { in IsStdString() function
172 if (!Ex6 || !IsStdString(Ex6->getType())) in VisitVarDecl()
189 return IsStdVector(T) || IsStdString(T) || IsSmallVector(T); in AllocatesMemory()