Searched defs:Either (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Driver/ | ||
H A D | MultilibBuilder.cpp | 113 return Either({M1, M2, M3}); in Either() function in MultilibSetBuilder |
/llvm-project/clang/test/CXX/class/class.union/ | ||
H A D | p1.cpp | 114 template <class A, class B> struct Either { struct |
/llvm-project/llvm/include/llvm/ExecutionEngine/ | ||
H A D | ExecutionEngine.h | 527 const static Kind Either = (Kind)(JIT | Interpreter); variable |