Home
last modified time | relevance | path

Searched refs:checkElement (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dxml.d2189 checkElement(s); in checkDocument()
2443 void checkElement(ref string s) @safe pure // rule 39 in checkElement() function
2535 else if (s.startsWith("<")) { checkElement(s); } in checkContent()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dxml.d2198 checkElement(s); in checkDocument()
2452 void checkElement(ref string s) @safe pure // rule 39 in checkElement() function
2544 else if (s.startsWith("<")) { checkElement(s); } in checkContent()