Searched defs:tier (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h190 struct tier { struct in namespace:llvm
197 tier(first_type f, second_type s) : first(f), second(s) { } function in struct:llvm::tier
198 tier& operator=(const std::pair<T1, T2>& p) {
206 inline tier<T1, T2> tie(T1& f, T2& s) {
207 return tier<T1, T2>(f, s);

Completed in 204 milliseconds