Searched refs:II_fclose (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp61 mutable IdentifierInfo *II_fopen, *II_tmpfile, *II_fclose, *II_fread, member in class:__anon18239::StreamChecker
70 : II_fopen(nullptr), II_tmpfile(nullptr), II_fclose(nullptr),
118 if (!II_fclose)
119 II_fclose = &Ctx.Idents.get("fclose");
151 if (FD->getIdentifier() == II_fclose) {

Completed in 109 milliseconds