OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iifclose
(Results
1 - 1
of
1
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp
55
mutable IdentifierInfo *IIfopen, *
IIfclose
;
110
SimpleStreamChecker::SimpleStreamChecker() : IIfopen(0),
IIfclose
(0) {
149
if (Call.getCalleeIdentifier() !=
IIfclose
)
282
IIfclose
= &Ctx.Idents.get("fclose");
Completed in 422 milliseconds