Home
last modified time | relevance | path

Searched refs:IsSetgidWithGetgid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSetgidSetuidOrderChecker.cpp145 bool IsSetgidWithGetgid = isFunctionCalledInArg(GetgidDesc, Call); in processSetgid() local
147 if (IsSetgidWithGetgid) { in processSetgid()
154 State = State->set<LastSetPrivilegeCall>(IsSetgidWithGetgid ? Setgid in processSetgid()