Searched refs:notNullState (Results 1 – 3 of 3) sorted by relevance
62 ProgramStateRef notNullState, nullState; in checkPreStmt() local63 llvm::tie(notNullState, nullState) = state->assume(V.castAs<DefinedSVal>()); in checkPreStmt()66 if (!notNullState) { in checkPreStmt()86 if (notNullState) in checkPreStmt()87 C.addTransition(notNullState); in checkPreStmt()
202 ProgramStateRef notNullState, nullState; in checkLocation() local203 llvm::tie(notNullState, nullState) = state->assume(location); in checkLocation()207 if (!notNullState) { in checkLocation()222 C.addTransition(notNullState); in checkLocation()
973 ProgramStateRef notNullState, nullState; in FreeMemAux() local974 llvm::tie(notNullState, nullState) = State->assume(location); in FreeMemAux()975 if (nullState && !notNullState) in FreeMemAux()