Home
last modified time | relevance | path

Searched defs:TypePair (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DEmulatePrecision.h43 struct TypePair struct
45 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() argument
53 bool operator()(const TypePair &l, const TypePair &r) const in operator() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h371 using TypePair = std::pair<MVT, MVT>; variable