Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp85 ProgramStateRef ChrootFailed = State->BindExpr(CE, LCtx, Minus1); in evalChroot() local
86 C.addTransition(ChrootFailed->set<ChrootState>(ROOT_CHANGE_FAILED)); in evalChroot()