Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1123 inline const_val_iterator name_begin() const { return getVals().begin();} in name_begin() function
1526 inline const_name_iterator name_begin() const { return getArgNames().begin();} in name_begin() function
/freebsd-14.2/contrib/googletest/googletest/src/
H A Dgtest.cc706 const char* const name_begin = name; in PatternMatchesString() local
740 if (name_begin < name_next && name_next <= name_end) { in PatternMatchesString()