OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isstrlen
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp
56
inline bool
isStrlen
(const Expr *E, const Expr *WithArg) {
117
if (isSizeof(L, DstArg) &&
isStrlen
(R, DstArg))
Completed in 848 milliseconds