Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h95 template <typename... Ts> bool endsWith(Ts... Tokens) const { in endsWith() function
113 return !endsWith(tok::semi); in mightBeFunctionDefinition()
H A DFormat.cpp1951 } else if (!AnnotatedLines[CurrentLine]->endsWith(tok::l_brace)) { in checkEmptyNamespace()
H A DTokenAnnotator.cpp2491 !Line.endsWith(tok::semi)) in isFunctionDeclarationName()
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp3156 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()