Home
last modified time | relevance | path

Searched refs:skip_children (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Drelaxng.c7026 goto skip_children; in xmlRelaxNGCleanupTree()
7054 goto skip_children; in xmlRelaxNGCleanupTree()
7066 goto skip_children; in xmlRelaxNGCleanupTree()
7078 goto skip_children; in xmlRelaxNGCleanupTree()
7094 goto skip_children; in xmlRelaxNGCleanupTree()
7109 goto skip_children; in xmlRelaxNGCleanupTree()
7126 goto skip_children; in xmlRelaxNGCleanupTree()
7139 goto skip_children; in xmlRelaxNGCleanupTree()
7165 goto skip_children; in xmlRelaxNGCleanupTree()
7296 goto skip_children; in xmlRelaxNGCleanupTree()
[all …]
Dxmlschemas.c9562 goto skip_children; in xmlSchemaCleanupDoc()
9576 skip_children: in xmlSchemaCleanupDoc()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp7720 bool skip_children = (sc.function == NULL && tag == DW_TAG_subprogram); in ParseVariables() local
7722 if (!skip_children && parse_children && die->HasChildren()) in ParseVariables()