Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonnullGlobalConstantsChecker.cpp86 ProgramStateRef OutputState = State->assume(*Constr, true); in checkLocation() local
87 C.addTransition(OutputState); in checkLocation()