HomeSort by relevance Sort by last modified time
    Searched refs:freeStates (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 40 Mgr.freeStates.push_back(s);
364 if (!freeStates.empty()) {
365 newState = freeStates.back();
366 freeStates.pop_back();
  /external/libxml2/
relaxng.c 378 xmlRelaxNGStatesPtr *freeStates; /* the pool of free state groups */
1011 (ctxt->freeStates != NULL) && (ctxt->freeStatesNr > 0)) {
1013 ret = ctxt->freeStates[ctxt->freeStatesNr];
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 462 std::vector<ProgramState *> freeStates;

Completed in 197 milliseconds