Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp58 static std::string removeParens(llvm::StringRef S) { in removeParens() function
101 if (removeParens(Original).find_first_of("|?") != std::string::npos) in apply()