Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_demangle.cpp72 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function
75 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function
76 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function