OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ii_fread
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp
61
mutable IdentifierInfo *II_fopen, *II_tmpfile, *II_fclose, *
II_fread
,
71
II_fread
(nullptr), II_fwrite(nullptr), II_fseek(nullptr),
120
if (!
II_fread
)
121
II_fread
= &Ctx.Idents.get("fread");
155
if (FD->getIdentifier() ==
II_fread
) {
Completed in 1435 milliseconds