HomeSort by relevance Sort by last modified time
    Searched refs:Either (Results 1 - 25 of 56) sorted by null

1 2 3

  /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/clang/include/clang/Driver/
Multilib.h 69 /// All elements begin with either '+' or '-'
116 MultilibSet &Either(const Multilib &M1, const Multilib &M2);
117 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
119 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
121 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
124 MultilibSet &Either(const std::vector<Multilib> &Ms);
  /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/chromium_org/third_party/WebKit/Source/
config.h 9 * License as published by the Free Software Foundation; either
81 /* There is an assumption in the project that either OS(WIN) or OS(POSIX) is set. */
83 #error Either OS(WIN) or OS(POSIX) needs to be set.
  /external/valgrind/main/none/tests/s390x/
op_exception.stderr.exp 13 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/
TokenSource.pm 28 Errors from the lexer are never passed to the parser. Either you want
  /external/aac/libFDK/include/
FDK_archdef.h 212 #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/
backtracking.rb 43 /** Either a function definition or any other kind of C decl/def.
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer.py 81 help=('A name of test group. Either '
141 print ('Either --test-group-name or --test_group_file_location must be '
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requestqueue.js 46 // Either the caller called us more than once, or the timer is firing.
47 // Either way, nothing more to do here.
  /external/chromium_org/v8/src/
effects.h 19 // An effect can either be definite, if the write is known to have taken place,
24 // the other) or alternatively (either one or the other happens). A definite
50 return Effect(Bounds::Either(e1.bounds, e2.bounds, zone), e1.modality);
56 Bounds::Either(e1.bounds, e2.bounds, zone),
typing.cc 376 NarrowType(expr, Bounds::Either(
642 NarrowType(expr, Bounds::Either(
  /external/chromium_org/v8/test/mjsunit/
debug-handle.js 132 assertEquals(2, count, 'Either "o" or "p" not found');
175 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
209 assertEquals(3, count, 'Either "name", "length" or "caller" not found');
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 185 * serving as header cells must have either:
342 // Current column does not exist anymore either.
727 * difficult to attribute to being either row or column headers because a
    [all...]
traverse_content.js 213 * @return {?string} Either:
298 * @return {?string} Either:
400 * @return {?string} Either:
429 * @return {?string} Either:
chrome_extension_externs.js 40 * @param {string|Object.<string>=} opt_extensionIdOrConnectInfo Either the
72 * @param {string|*} extensionIdOrRequest Either the extensionId to send the
184 * @param {string|!Object.<string>=} opt_extensionIdOrConnectInfo Either the
196 * @param {string|*} extensionIdOrMessage Either the extensionId to send the
206 * Either the options for message sending, if arg2 was the message,
688 * @param {string} utterance The text to speak, either plain text or a complete,
821 * management should be disabled, should be either "system" or "display".
selection_util.js 83 * node (the end of the selection) is either:
348 * @return {Node} Either:
368 * @return {Node} Either:
390 * @return {Node} Either:
412 * @return {Node} Either:
key_util.js 73 // Either we are in the middle of a key sequence (N > H), or the key prefix
402 // This iterates through the sequence. Either we're on the first key
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
externs.js 90 * @param {string|!Object.<string>=} opt_extensionIdOrConnectInfo Either the
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 168 // Either key.type is not 'private' or the key is not extractable. In both
  /external/chromium_org/extensions/renderer/resources/
set_icon.js 133 throw new Error('Either the path or imageData property must be specified.');
  /external/chromium_org/ui/file_manager/video_player/js/cast/
caster.js 93 console.error('Either "Google Cast API" or "Google Cast" extension ' +
  /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/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 114 builder.setEngineKind(EngineKind::Either)
  /external/libunwind/doc/
libunwind-ptrace.tex 69 either by forking a new process, invoking \Const{PTRACE\_TRACEME}, and
72 \Const{PTRACE\_ATTACH}). Either way, once the process-ID (pid) of the

Completed in 704 milliseconds

1 2 3