Searched refs:endsWith (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.h | 95 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith() function 113 return !endsWith(tok::semi); in mightBeFunctionDefinition()
|
| H A D | Format.cpp | 1951 } else if (!AnnotatedLines[CurrentLine]->endsWith(tok::l_brace)) { in checkEmptyNamespace()
|
| H A D | TokenAnnotator.cpp | 2491 !Line.endsWith(tok::semi)) in isFunctionDeclarationName()
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 3156 bool endsWith( std::string const& s, std::string const& suffix ); 3157 bool endsWith( std::string const& s, char suffix ); 11611 return endsWith( m_comparator.adjustString( source ), m_comparator.m_str ); in match() 13586 bool endsWith( std::string const& s, std::string const& suffix ) { in endsWith() function 13589 bool endsWith( std::string const& s, char suffix ) { in endsWith() function 13760 CATCH_ENFORCE( startsWith(alias, "[@") && endsWith(alias, ']'), in add() 15072 if( endsWith( m_pattern, '*' ) ) { in WildcardPattern() 15083 return endsWith( normaliseString( str ), m_pattern ); in matches()
|