Home
last modified time | relevance | path

Searched refs:Either (Results 1 – 25 of 99) sorted by relevance

1234

/external/clang/test/CXX/class/class.union/
Dp1.cpp114 template <class A, class B> struct Either { struct
121 Either(const A& a) : tag(true), a(a) {} in Either() argument
122 Either(const B& b) : tag(false), b(b) {} in Either() argument
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}} in fred()
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred()
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred()
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}} in fred()
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}} in fred()
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}} in fred()
132 Either<int,Okay> okay(0); in fred()
/external/valgrind/main/none/tests/s390x/
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
Dop00.stderr.exp113 Either way, Valgrind will now raise a SIGILL signal which will
Dop00.stderr.exp213 Either way, Valgrind will now raise a SIGILL signal which will
/external/chromium_org/third_party/mesa/src/doxygen/
DREADME6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
/external/mesa3d/doxygen/
DREADME6 Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
/external/llvm/test/CodeGen/AArch64/
Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/external/chromium_org/third_party/WebKit/Source/
Dconfig.h83 #error Either OS(WIN) or OS(POSIX) needs to be set.
/external/aac/libFDK/include/
DFDK_archdef.h212 #error Either set FDK_HIGH_QUALITY or FDK_HIGH_PERFORMANCE, but not both nor none of them.
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h491 const static Kind Either = (Kind)(JIT | Interpreter); variable
516 WhichEngine = EngineKind::Either; in InitEngine()
/external/llvm/test/Object/
Darchive-update.test12 Either the shell supports the 'touch' command with a flag to manually set the
/external/chromium_org/third_party/
DREADME.chromium.template9 Security Critical: Either yes or no depending on whether this package is shipped in releases. For e…
/external/compiler-rt/lib/
Dfp_lib.h88 #error Either SINGLE_PRECISION or DOUBLE_PRECISION must be defined.
/external/chromium_org/v8/src/
Deffects.h73 return Effect(Bounds::Either(e1.bounds, e2.bounds, isolate), e1.modality); in Seq()
79 Bounds::Either(e1.bounds, e2.bounds, isolate), in Alt()
/external/chromium_org/chrome/common/extensions/api/
Dapp_runtime.idl18 // Optional data for the launch. Either <code>items</code>, or
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt40 > Either of the following would be better:
D2001-02-06-TypeNotationDebateResp1.txt68 and one is a type. Either of the following would be better:
/external/libexif/m4m/
Dgp-gettext-hack.m441 *** Either define PACKAGE_BUGREPORT (by using the 4-parameter AC INIT syntax)
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.
/external/chromium_org/third_party/icu/patches/
Ddata.build.patch54 "\t.align 8\n" /* Either align 8 bytes or 2^8 (256) bytes. 8 bytes is needed. */
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenSource.as34 * Errors from the lexer are never passed to the parser. Either you want
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dreadme.txt74 the FTP site given above. Either manually download or use wget:
/external/icu4c/tools/tzcode/
Dreadme.txt74 the FTP site given above. Either manually download or use wget:
/external/valgrind/main/
DREADME85 7. See if it works. Try "valgrind ls -l". Either this works, or it
/external/qemu/distrib/sdl-1.2.15/
DREADME.wscons86 Either tinker with the make files to compile a version without support

1234