Home
last modified time | relevance | path

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

/external/clang/test/CXX/class/class.union/
Dp1.cpp101 template <class A, class B> struct Either { struct
108 Either(const A& a) : tag(true), a(a) {} in Either() argument
109 Either(const B& b) : tag(false), b(b) {} in Either() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h454 const static Kind Either = (Kind)(JIT | Interpreter); variable