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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 462 std::vector<ProgramState *> freeStates;
  /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...]

Completed in 148 milliseconds