Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c1589 const utf8_t *tempstart = NULL; in write() local
1626 tempstart = p; in write()
1633 templen = p - tempstart; in write()
1708 namestart = tempstart; in write()
1767 const utf8_t *tempstart = NULL; in parseMacros() local
1804 tempstart = p; in parseMacros()
1814 templen = p - tempstart; in parseMacros()
1849 namestart = tempstart; in parseMacros()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d169 const(char)* tempstart = null; in write()
201 tempstart = p; in write()
206 templen = p - tempstart; in write()
276 namestart = tempstart; in write()
1584 const(char)* tempstart = null; in parseMacros()
1616 tempstart = p; in parseMacros()
1625 templen = p - tempstart; in parseMacros()
1656 namestart = tempstart; in parseMacros()