Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp56 inline bool isStrlen(const Expr *E, const Expr *WithArg) { in isStrlen() function in __anon4afe3de50111::WalkAST
117 if (isSizeof(L, DstArg) && isStrlen(R, DstArg)) in containsBadStrncatPattern()