Searched refs:Either (Results 1 - 24 of 24) sorted by relevance

/external/deqp/framework/common/
H A DtcuEither.hpp32 * \brief Object containing Either First or Second type of object
40 class Either class in namespace:tcu
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);
50 Either
92 get(const Either<First, Second>& either) argument
101 get(const Either<First, Second>& either) argument
108 get(const Either<First, Second>& either) argument
119 is(const Either<First, Second>& either) argument
128 is(const Either<First, Second>& either) argument
135 is(const Either<First, Second>& either) argument
155 Either<First, Second>::Either (const First& first) function in class:tcu::Either
162 Either<First, Second>::Either (const Second& second) function in class:tcu::Either
175 Either(const Either<First, Second>& other) argument
185 operator =(const Either<First, Second>& other) argument
[all...]
H A DtcuEither.cpp90 const Either<int, float> either (intValue);
105 const Either<int, float> either (floatValue);
121 Either<int, float> either (floatValue);
139 Either<int, float> either (intValue);
157 Either<int, float> either (floatValue);
158 const Either<int, float> otherEither (intValue);
176 Either<int, float> either (intValue);
177 const Either<int, float> otherEither (floatValue);
194 const Either<TestClassWithConstructor, int> either (testObject);
209 const Either<in
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp114 template <class A, class B> struct Either { struct
121 Either(const A& a) : tag(true), a(a) {} function in struct:Either
122 Either(const B& b) : tag(false), b(b) {} function in struct:Either
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<in
[all...]
/external/clang/include/clang/Driver/
H A DMultilib.h119 MultilibSet &Either(const Multilib &M1, const Multilib &M2);
120 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
122 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
124 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
127 MultilibSet &Either(ArrayRef<Multilib> Ms);
/external/clang/lib/Driver/
H A DMultilib.cpp150 return Either(M, Opposite);
153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { function in class:MultilibSet
154 return Either({M1, M2});
157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, function in class:MultilibSet
159 return Either({M1, M2, M3});
162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, function in class:MultilibSet
164 return Either({M1, M2, M3, M4});
167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, function in class:MultilibSet
170 return Either({M1, M2, M3, M4, M5});
192 MultilibSet &MultilibSet::Either(ArrayRe function in class:MultilibSet
[all...]
H A DToolChains.cpp1633 .Either(MArchMips32, MArchMicroMips,
1645 .Either(BigEndian, LittleEndian)
1700 .Either(MArchMips16, MArchMicroMips, MArchDefault)
1702 .Either(SoftFloat, Nan2008, DefaultFloat)
1705 .Either(BigEndian, LittleEndian)
1745 .Either(M32, M64, MAbiN32)
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp63 using tcu::Either;
160 const Maybe<Either<BlendEq, SeparateBlendEq> >& blendEq_,
161 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_,
176 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;
177 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;
200 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
212 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc;
244 const Either<BlendEq, SeparateBlendEq>& blendEq = *blend.blendEq;
256 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc;
1039 const Either<BlendE
[all...]
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp13 Either way, Valgrind will now raise a SIGILL signal which will
26 Either way, Valgrind will now raise a SIGILL signal which will
39 Either way, Valgrind will now raise a SIGILL signal which will
52 Either way, Valgrind will now raise a SIGILL signal which will
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm28 Errors from the lexer are never passed to the parser. Either you want
/external/aac/libFDK/include/
H A DFDK_archdef.h212 #error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb43 /** Either a function definition or any other kind of C decl/def.
/external/clang/examples/clang-interpreter/
H A Dmain.cpp48 .setEngineKind(llvm::EngineKind::Either)
/external/libvncserver/x11vnc/misc/turbovnc/
H A DREADME37 Either install it or simply unpack the .deb or .rpm file into a directory.
/external/v8/src/
H A Deffects.h50 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality);
56 Bounds::Either(e1.bounds, e2.bounds, zone),
H A Dtyping.cc376 NarrowType(expr, Bounds::Either(
642 NarrowType(expr, Bounds::Either(
H A Dtypes.h98 // maximum value. Either value might be an infinity.
1024 static BoundsImpl Either(BoundsImpl b1, BoundsImpl b2, Region* region) { function in struct:v8::internal::BoundsImpl
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h491 const static Kind Either = (Kind)(JIT | Interpreter); member in namespace:llvm::EngineKind
525 /// or whichever engine works. This option defaults to EngineKind::Either.
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp106 builder.setEngineKind(EngineKind::Either)
H A DExecutionEngine.cpp454 : M(std::move(M)), WhichEngine(EngineKind::Either), ErrorStr(nullptr),
/external/libunwind/doc/
H A Dlibunwind-ptrace.tex72 \Const{PTRACE\_ATTACH}). Either way, once the process-ID (pid) of the
/external/pcre/dist/
H A DRunTest.bat597 @echo Either your build is incomplete or you have a configuration error.
/external/v8/src/compiler/
H A Dtyper.cc182 NodeProperties::SetBounds(node, bounds); // TODO(rossberg): Either?
290 bounds = Bounds::Either(bounds, OperandType(node, i), zone());
/external/bison/build-aux/
H A Dtexinfo.tex3788 % Either define widths of columns in terms of percent of \hsize:
8213 % all be worked out, but why? Either we support ^^ or we don't.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas280 /// Errors from the lexer are never passed to the parser. Either you want

Completed in 1146 milliseconds