OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ii_malloc
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp
74
mutable IdentifierInfo *
II_malloc
, *II_free, *II_realloc, *II_calloc;
77
MallocChecker() :
II_malloc
(0), II_free(0), II_realloc(0), II_calloc(0) {}
138
if (!
II_malloc
)
139
II_malloc
= &Ctx.Idents.get("malloc");
147
if (FD->getIdentifier() ==
II_malloc
) {
Completed in 83 milliseconds