Home
last modified time | relevance | path

Searched defs:inStd (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcppmangle.d638 const inStd = ns && isStd(ns) || q && isStd(q); variable
762 const bool inStd = isStd(q) || isStd(this.getTiNamespace(ti)); in isIdent_char() local