Searched refs:II_tmpfile (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),
116 if (!II_tmpfile)
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
147 if (FD->getIdentifier() == II_tmpfile) {

Completed in 101 milliseconds