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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUnixAPIChecker.cpp121 ProgramStateRef trueState, falseState; local
122 llvm::tie(trueState, falseState) = state->assume(maskedFlags);
126 if (!(trueState && !falseState))
130 ExplodedNode *N = C.generateSink(trueState);
196 // Fills in trueState and falseState.
199 ProgramStateRef *trueState,
201 llvm::tie(*trueState, *falseState) =
204 return (*falseState && !*trueState);
246 ProgramStateRef trueState = NULL, falseState = NULL; local
254 if (IsZeroByteAllocation(state, argVal, &trueState,
197 IsZeroByteAllocation(ProgramStateRef state, const SVal argVal, ProgramStateRef *trueState, ProgramStateRef *falseState) argument
271 ProgramStateRef trueState = NULL, falseState = NULL; local
[all...]

Completed in 32 milliseconds