Home
last modified time | relevance | path

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

1234

/external/clang/test/CXX/class/class.union/
Dp1.cpp105 template <class A, class B> struct Either { struct
112 Either(const A& a) : tag(true), a(a) {} in Either() argument
113 Either(const B& b) : tag(false), b(b) {} in Either() function
117 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}} in fred()
118 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred()
119 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred()
120 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}} in fred()
121 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}} in fred()
122 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}} in fred()
123 Either<int,Okay> okay(0); in fred()
/external/wpa_supplicant_6/
DREADME8 license. Either license may be used at your option.
/external/valgrind/main/none/tests/s390x/
Dop_exception.stderr.exp13 Either way, Valgrind will now raise a SIGILL signal which will
/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.h472 const static Kind Either = (Kind)(JIT | Interpreter); variable
496 WhichEngine = EngineKind::Either; in InitEngine()
/external/compiler-rt/lib/
Dfp_lib.h88 #error Either SINGLE_PRECISION or DOUBLE_PRECISION must be defined.
/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/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.
/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/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp93 builder.setEngineKind(EngineKind::Either) in LLVMCreateExecutionEngineForModule()
/external/valgrind/main/
DREADME85 7. See if it works. Try "valgrind ls -l". Either this works, or it
DREADME_PACKAGERS42 in the installation tree. Either Valgrind won't work at all, or it
/external/icu4c/tools/tzcode/
Dreadme.txt74 the FTP site given above. Either manually download or use wget:
/external/qemu/distrib/sdl-1.2.15/
DREADME.wscons86 Either tinker with the make files to compile a version without support
/external/llvm/test/CodeGen/X86/
Dbt.ll15 ; - Either form can use == instead of !=.
16 ; - Either form can compare with an operand of the &
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt033backtracking.g34 /** Either a function definition or any other kind of C decl/def.
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt033backtracking.g50 /** Either a function definition or any other kind of C decl/def.
/external/webkit/Source/WebKit/win/Interfaces/
DIWebScriptObject.idl68 @result Either NO if an exception could not be raised, YES otherwise.
/external/chromium/chrome/browser/ui/cocoa/
Dcocoa_test_helper.mm157 // opened windows which have not been fully released. Either
/external/protobuf/
DREADME.txt93 Either way, you must make sure that the protoc executable you use
/external/srtp/
DREADME83 Either the -s (sender) or -r (receiver) option must be chosen.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_menu_bridge.mm282 // Either we do not have a loaded favicon or the conversion from SkBitmap
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa32 longer to generate 4096-bit keys. Either key length should be
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm81 // Either notify listeners or show a popup depending on the Page

1234