Home
last modified time | relevance | path

Searched refs:freeState (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h208 freeState(); in init()
217 void freeState();
/external/libxml2/
Drelaxng.c376 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */ member
1205 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) { in xmlRelaxNGNewValidState()
1206 ctxt->freeState->nbState--; in xmlRelaxNGNewValidState()
1207 ret = ctxt->freeState->tabState[ctxt->freeState->nbState]; in xmlRelaxNGNewValidState()
1287 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) { in xmlRelaxNGCopyValidState()
1288 ctxt->freeState->nbState--; in xmlRelaxNGCopyValidState()
1289 ret = ctxt->freeState->tabState[ctxt->freeState->nbState]; in xmlRelaxNGCopyValidState()
1388 if ((ctxt != NULL) && (ctxt->freeState == NULL)) { in xmlRelaxNGFreeValidState()
1389 ctxt->freeState = xmlRelaxNGNewStates(ctxt, 40); in xmlRelaxNGFreeValidState()
1391 if ((ctxt == NULL) || (ctxt->freeState == NULL)) { in xmlRelaxNGFreeValidState()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp18 void BitstreamCursor::freeState() { in freeState() function in BitstreamCursor
DBitcodeReader.cpp240 ~BitcodeReader() override { freeState(); } in ~BitcodeReader()
244 void freeState();
472 ~FunctionIndexBitcodeReader() { freeState(); } in ~FunctionIndexBitcodeReader()
474 void freeState();
600 void BitcodeReader::freeState() { in freeState() function in BitcodeReader
5403 void FunctionIndexBitcodeReader::freeState() { Buffer = nullptr; } in freeState() function in FunctionIndexBitcodeReader