Searched defs:Either (Results 1 – 3 of 3) sorted by relevance
114 template <class A, class B> struct Either { struct121 Either(const A& a) : tag(true), a(a) {} in Either() argument122 Either(const B& b) : tag(false), b(b) {} in Either() function
317 static Bounds Either(Bounds b1, Bounds b2, Isolate* isl) { in Either() function
491 const static Kind Either = (Kind)(JIT | Interpreter); variable