Searched refs:iter_t (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/obj2yaml/
H A Dobj2yaml.cpp35 typedef llvm::ArrayRef<uint8_t>::const_iterator iter_t; typedef
36 const iter_t end = arr.end();
37 for (iter_t iter = arr.begin(); iter != end; ++iter)
41 for (iter_t iter = arr.begin(); iter != end; ++iter)

Completed in 117 milliseconds