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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp42 mutable IdentifierInfo *II_chroot, *II_chdir; member in class:__anon3859::ChrootChecker
47 ChrootChecker() : II_chroot(0), II_chdir(0) {}
72 if (!II_chdir)
73 II_chdir = &Ctx.Idents.get("chdir");
79 if (FD->getIdentifier() == II_chdir) {
132 if (!II_chdir)
133 II_chdir = &Ctx.Idents.get("chdir");
136 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir)

Completed in 32 milliseconds