Searched defs:freeStates (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h466 std::vector<ProgramState *> freeStates; member in class:clang::ento::ProgramStateManager
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c378 xmlRelaxNGStatesPtr *freeStates; /* the pool of free state groups */ member in struct:_xmlRelaxNGValidCtxt
1011 (ctxt->freeStates != NULL) && (ctxt->freeStatesNr > 0)) {
1013 ret = ctxt->freeStates[ctxt->freeStatesNr];
1139 if ((ctxt != NULL) && (ctxt->freeStates == NULL)) {
1142 ctxt->freeStates = (xmlRelaxNGStatesPtr *)
1144 if (ctxt->freeStates == NULL) {
1151 tmp = (xmlRelaxNGStatesPtr *) xmlRealloc(ctxt->freeStates,
1161 ctxt->freeStates = tmp;
1164 if ((ctxt == NULL) || (ctxt->freeStates == NULL)) {
1168 ctxt->freeStates[ctx
[all...]
/external/libxml2/
H A Drelaxng.c379 xmlRelaxNGStatesPtr *freeStates; /* the pool of free state groups */ member in struct:_xmlRelaxNGValidCtxt
1012 (ctxt->freeStates != NULL) && (ctxt->freeStatesNr > 0)) {
1014 ret = ctxt->freeStates[ctxt->freeStatesNr];
1140 if ((ctxt != NULL) && (ctxt->freeStates == NULL)) {
1143 ctxt->freeStates = (xmlRelaxNGStatesPtr *)
1145 if (ctxt->freeStates == NULL) {
1152 tmp = (xmlRelaxNGStatesPtr *) xmlRealloc(ctxt->freeStates,
1162 ctxt->freeStates = tmp;
1165 if ((ctxt == NULL) || (ctxt->freeStates == NULL)) {
1169 ctxt->freeStates[ctx
[all...]

Completed in 155 milliseconds