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

  /external/deqp/framework/common/
tcuEither.hpp 17 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 * \brief Template class that is either type of First or Second.
32 * \brief Object containing Either First or Second type of object
40 class Either
43 Either (const First& first);
44 Either (const Second& second);
45 ~Either (void);
47 Either (const Either<First, Second>& other);
48 Either& operator= (const Either<First, Second>& other)
    [all...]
  /external/clang/lib/Driver/
Multilib.cpp 150 return Either(M, Opposite);
153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) {
154 return Either({M1, M2});
157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
159 return Either({M1, M2, M3});
162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
164 return Either({M1, M2, M3, M4});
167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2,
170 return Either({M1, M2, M3, M4, M5});
192 MultilibSet &MultilibSet::Either(ArrayRef<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 506 const static Kind Either = (Kind)(JIT | Interpreter);
540 /// or whichever engine works. This option defaults to EngineKind::Either.
630 /// selectTarget - Pick a target either via -march or by guessing the native
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 451 const static Kind Either = (Kind)(JIT | Interpreter);
474 WhichEngine = EngineKind::Either;
492 /// or whichever engine works. This option defaults to EngineKind::Either.
575 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
ExecutionEngine.h 226 /// function (i.e. those returning void or int, and taking either no
517 const static Kind Either = (Kind)(JIT | Interpreter);
551 /// or whichever engine works. This option defaults to EngineKind::Either.
641 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 /// function (i.e. those returning void or int, and taking either no
521 const static Kind Either = (Kind)(JIT | Interpreter);
556 /// or whichever engine works. This option defaults to EngineKind::Either.
646 /// selectTarget - Pick a target either via -march or by guessing the native
  /external/v8/src/ast/
ast-types.h 98 // maximum value. Either value may be an infinity, in which case that infinity
    [all...]
  /prebuilts/ktlint/
ktlint-android-all.jar 

Completed in 847 milliseconds