HomeSort by relevance Sort by last modified time
    Searched defs:Either (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Driver/
Multilib.cpp 150 return Either(M, Opposite);
153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) {
157 return Either(Ms);
160 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
166 return Either(Ms);
169 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
176 return Either(Ms);
179 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
188 return Either(Ms);
211 MultilibSet::Either(const std::vector<Multilib> &MultilibSegments)
    [all...]
  /external/clang/test/CXX/class/class.union/
p1.cpp 114 template <class A, class B> struct Either {
121 Either(const A& a) : tag(true), a(a) {}
122 Either(const B& b) : tag(false), b(b) {}
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}}
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}}
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}}
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}}
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}}
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}}
132 Either<int,Okay> okay(0)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 564 const static Kind Either = (Kind)(JIT | Interpreter);
599 /// or whichever engine works. This option defaults to EngineKind::Either.
620 /// appropriate for either JIT or MCJIT; setting this and configuring the
715 /// selectTarget - Pick a target either via -march or by guessing the native
  /external/chromium_org/v8/src/
types.h 785 // Zone-allocated types; they are either (odd) integers to represent bitsets, or
827 // Heap-allocated types; either smis for bitsets, maps for classes, boxes for
    [all...]

Completed in 277 milliseconds