Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h988 inline const_val_iterator name_begin() const { return getVals().begin();} in name_begin() function
1380 inline const_name_iterator name_begin() const { return getArgNames().begin();} in name_begin() function
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h959 inline const_val_iterator name_begin() const { return getVals().begin();} in name_begin() function
1352 inline const_name_iterator name_begin() const { return getArgNames().begin();} in name_begin() function
/external/llvm/include/llvm/TableGen/
DRecord.h1165 inline const_name_iterator name_begin() const { return ArgNames.begin(); } in name_begin() function
/external/googletest/googletest/src/
Dgtest.cc658 const char* const name_begin = name; in PatternMatchesString() local
692 if (name_begin < name_next && name_next <= name_end) { in PatternMatchesString()