OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lenExpr
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp
[
all
...]
/development/tools/emulator/opengl/host/tools/emugen/
ApiGen.cpp
364
const char*
lenExpr
= var.lenExpression().c_str();
366
if (e != NULL &&
lenExpr
[0] == '\0') {
371
snprintf(buff, bufflen, "((%s != NULL) ? %s : 0)", varname,
lenExpr
);
373
snprintf(buff, bufflen, "%s",
lenExpr
);
[
all
...]
Completed in 173 milliseconds