Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp54 bool isStrlen(const Expr *E, const Expr *WithArg) { in isStrlen() function in __anonb84c804f0111::WalkAST
135 if (isSizeof(L, DstArg) && isStrlen(R, DstArg)) in containsBadStrncatPattern()