OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freeStates
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
466
std::vector<ProgramState *>
freeStates
;
/external/chromium_org/third_party/libxml/src/
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/libxml2/
relaxng.c
379
xmlRelaxNGStatesPtr *
freeStates
; /* the pool of free state groups */
1012
(ctxt->
freeStates
!= NULL) && (ctxt->freeStatesNr > 0)) {
1014
ret = ctxt->
freeStates
[ctxt->freeStatesNr];
[
all
...]
Completed in 171 milliseconds