Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++abi/trunk/src/
Dcxa_demangle.cpp66 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function
69 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function
70 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function
/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp69 template<typename NodeT> static constexpr bool wantsNewline(const NodeT *) { in wantsNewline() function
72 static bool wantsNewline(NodeArray A) { return !A.empty(); } in wantsNewline() function
73 static constexpr bool wantsNewline(...) { return false; } in wantsNewline() function