Home
last modified time | relevance | path

Searched refs:ReferenceProxy (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Diterator.h84 class ReferenceProxy {
89 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function
174 ReferenceProxy operator[](DifferenceTypeT n) {
177 return ReferenceProxy(static_cast<DerivedT *>(this)->operator+(n));
179 ReferenceProxy operator[](DifferenceTypeT n) const {
182 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));
/external/llvm/include/llvm/ADT/
Diterator.h54 class ReferenceProxy {
59 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function
139 ReferenceProxy operator[](DifferenceTypeT n) const {
142 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Diterator.h55 class ReferenceProxy {
60 ReferenceProxy(DerivedT I) : I(std::move(I)) {} in ReferenceProxy() function
140 ReferenceProxy operator[](DifferenceTypeT n) const {
143 return ReferenceProxy(static_cast<const DerivedT *>(this)->operator+(n));