Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2201 bool isReservedName(utf8_t *str, size_t len) in isReservedName() function
2543 (i == buf->offset - 1 || !isReservedName(start, len))) in highlightText()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc660 static bool isReservedName(StringRef path) {
748 if (isReservedName(path8)) {
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddoc.d2770 private bool isReservedName(const(char)[] str) in isReservedName() function
5024 …_' && (i == 0 || !isdigit(*(start - 1))) && (i == buf.length - 1 || !isReservedName(start[0 .. len… in highlightText()