Home
last modified time | relevance | path

Searched refs:isDitto (Results 1 – 10 of 10) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
767 if (s && sc->lastdc && isDitto(com)) in emitComment()
826 if (isDitto(td->comment)) in emitComment()
852 if (isDitto(td->comment)) in emitComment()
1961 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
767 if (s && sc->lastdc && isDitto(com)) in emitComment()
826 if (isDitto(td->comment)) in emitComment()
852 if (isDitto(td->comment)) in emitComment()
1961 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
767 if (s && sc->lastdc && isDitto(com)) in emitComment()
826 if (isDitto(td->comment)) in emitComment()
852 if (isDitto(td->comment)) in emitComment()
1961 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddoc.c104 bool isDitto(const utf8_t *comment);
631 sc->lastdc && (isDitto(s->comment) || (td && isDitto(td->comment)))) in emitAnchor()
766 if (s && sc->lastdc && isDitto(com)) in emitComment()
825 if (isDitto(td->comment)) in emitComment()
851 if (isDitto(td->comment)) in emitComment()
1959 bool isDitto(const utf8_t *comment) in isDitto() function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddoc.d737 … if (sc.prevAnchor == ident && sc.lastdc && (isDitto(s.comment) || (td && isDitto(td.comment))))
989 if (s && sc.lastdc && isDitto(com)) in emitComment()
1067 if (isDitto(td.comment)) in emitComment()
1099 if (isDitto(td.comment)) in emitComment()
1946 private bool isDitto(const(char)* comment) in isDitto() function