Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h464 class data_iterator {
473 data_iterator(const unsigned char *const Ptr, offset_type NumEntries, in data_iterator() function
477 data_iterator() in data_iterator() function
481 bool operator==(const data_iterator &X) const {
484 bool operator!=(const data_iterator &X) const {
488 data_iterator &operator++() { // Preincrement
507 data_iterator operator++(int) { // Postincrement
508 data_iterator tmp = *this; ++*this; return tmp;
527 data_iterator data_begin() { in data_begin()
528 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin()
[all …]
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h269 InstrProfReaderIndex::data_iterator RecordIterator;
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp627 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(), in loadModuleFile()
DASTReader.cpp6784 for (ASTDeclContextNameLookupTable::data_iterator in visit()