Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h118 using UnderlyingVector = std::vector<value_type>; variable
119 using iterator = UnderlyingVector::iterator;
120 using const_iterator = UnderlyingVector::const_iterator;
169 UnderlyingVector::size_type size() const { return Symbols.size(); } in size()
176 void remove(UnderlyingVector::size_type I) { in remove()
188 UnderlyingVector::size_type I = 0; in remove_if()
209 UnderlyingVector::size_type I = 0;
232 UnderlyingVector::size_type I = 0;
289 for (UnderlyingVector::size_type I = 1; I != Symbols.size(); ++I) in containsDuplicates()
297 UnderlyingVector Symbols;
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h174 using UnderlyingVector = std::vector<value_type>; variable
175 using iterator = UnderlyingVector::iterator;
176 using const_iterator = UnderlyingVector::const_iterator;
235 UnderlyingVector::size_type size() const { return Symbols.size(); } in size()
242 void remove(UnderlyingVector::size_type I) { in remove()
254 UnderlyingVector::size_type I = 0; in remove_if()
275 UnderlyingVector::size_type I = 0;
298 UnderlyingVector::size_type I = 0;
355 for (UnderlyingVector::size_type I = 1; I != Symbols.size(); ++I) in containsDuplicates()
363 UnderlyingVector Symbols;