HomeSort by relevance Sort by last modified time
    Searched full:viable (Results 201 - 225 of 551) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppox.h 70 /* The use of the above union isn't viable because the size of this
  /external/clang/test/OpenMP/
distribute_parallel_for_simd_loop_messages.cpp 430 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'Iter0' for 1st argument}}
431 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'Iter0' for 1st argument}}
460 // expected-note@+2 {{candidate function not viable: no known conversion from 'const Iter0' to 'GoodIter' for 2nd argument}}
461 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
463 // expected-note@+1 3 {{candidate function not viable: requires single argument 'a', but 2 arguments were provided}}
465 // expected-note@+2 {{candidate function not viable: no known conversion from 'const Iter0' to 'int' for 2nd argument}}
466 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'GoodIter' for 1st argument}}
468 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter0' to 'GoodIter' for 1st argument}}
470 // expected-note@+2 {{candidate function not viable: no known conversion from 'GoodIter' to 'int' for 1st argument}}
471 // expected-note@+1 2 {{candidate function not viable: no known conversion from 'Iter1' to 'int' for 1st argument}
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 192 * for no viable alts, the decision description and state etc...
252 msg = "no viable alternative at input "+getTokenErrorDisplay(e.token);
363 * When you find a "no viable alt exception", the input is not
367 * You don't want the exact set of viable next tokens because the
415 * exception (since LA(1) is not in the viable following token
451 * viable tokens that can possibly come next (lookahead depth 1)
494 * You want the exact viable token set when recovering from a
496 * the viable next token set, then you know there is most likely
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 84 // or signal that we have no viable alternative
123 NSLog(@"no viable alt!\n");
ANTLRBaseRecognizer.m 278 //System.out.println("viable tokens="+follow.toString(getTokenNames()));
344 * for no viable alts, the decision description and state etc...
403 msg = [NSString stringWithFormat:@"no viable alternative at input %@", [self getTokenErrorDisplay:e.token]];
525 * When you find a "no viable alt exception", the input is not
529 * You don't want the exact set of viable next tokens because the
577 * exception (since LA(1) is not in the viable following token
614 * viable tokens that can possibly come next (lookahead depth 1)
657 * You want the exact viable token set when recovering from a
659 * the viable next token set, then you know there is most likely
670 // Why would we ever want them all? Maybe no viable alt instead o
    [all...]
ANTLRDebugEventListener.h 127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
  /external/clang/test/SemaCXX/
exceptions.cpp 242 S() {} // expected-note{{candidate constructor not viable}}
243 S(const S &s); // expected-note{{candidate constructor not viable}}
cxx1y-deduced-return-type.cpp 17 // expected-error@-1 {{no viable conversion}}
221 int &g(int (*f)()); // expected-note {{not viable: no overload of 'f' matching 'int (*)()'}}
222 char &g(int (*f)(int)); // expected-note {{not viable: no overload of 'f' matching 'int (*)(int)'}}
240 int &g(int (*f)()); // expected-note {{not viable: no overload of 'f' matching 'int (*)()'}} expected-note {{candidate}}
241 char &g(int (*f)(int)); // expected-note {{not viable: no overload of 'f' matching 'int (*)(int)'}} expected-note {{candidate}}
MicrosoftExtensions.cpp 144 in_addr(in_addr &a) {} // expected-note {{candidate constructor not viable: no known conversion from '__unaligned IN_ADDR *' (aka '__unaligned in_addr *') to 'in_addr &' for 1st argument; dereference the argument with *}}
145 in_addr(in_addr *a) {} // expected-note {{candidate constructor not viable: 1st argument ('__unaligned IN_ADDR *' (aka '__unaligned in_addr *')) would lose __unaligned qualifier}}
150 IN_ADDR local_addr2 = a; // expected-error {{no viable conversion from '__unaligned IN_ADDR *' (aka '__unaligned in_addr *') to 'IN_ADDR' (aka 'in_addr')}}
conversion-function.cpp 165 A<float, float> &af = E(); // expected-error{{no viable conversion}}
220 X x = make_Y(); // expected-error{{no viable conversion from 'smart_ptr::Y' to 'smart_ptr::X'}}
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 177 //System.out.println("viable tokens="+follow.toString(getTokenNames()));
244 * for no viable alts, the decision description and state etc...
297 msg = "no viable alternative at input " + GetTokenErrorDisplay(e.Token);
414 * When you find a "no viable alt exception", the input is not
418 * You don't want the exact set of viable next tokens because the
466 * exception (since LA(1) is not in the viable following token
503 * viable tokens that can possibly come next (lookahead depth 1)
547 * You want the exact viable token set when recovering from a
549 * the viable next token set, then you know there is most likely
559 // Why would we ever want them all? Maybe no viable alt instead o
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 196 //System.out.println("viable tokens="+follow.toString(getTokenNames()));
267 * for no viable alts, the decision description and state etc...
342 msg = "no viable alternative at input " + GetTokenErrorDisplay( e.Token );
484 * When you find a "no viable alt exception", the input is not
488 * You don't want the exact set of viable next tokens because the
536 * exception (since LA(1) is not in the viable following token
574 * viable tokens that can possibly come next (lookahead depth 1)
618 * You want the exact viable token set when recovering from a
620 * the viable next token set, then you know there is most likely
631 // Why would we ever want them all? Maybe no viable alt instead o
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 8 /** This class represents a state in the LALR viable prefix recognition machine.
28 * At runtime, the parser uses a viable prefix recognition machine made up
196 /** Propagate lookahead sets through the constructed viable prefix
233 /** Build an LALR viable prefix recognition machine given a start
257 * The process of building the viable prefix recognizer terminates when no
289 "Attempt to build viable prefix recognizer using a null production");
429 * parse tables that encode the viable prefix recognition machine, an
lalr_transition.java 3 /** This class represents a transition in an LALR viable prefix recognition
parse_reduce_table.java 21 * must already have been entered, and the viable prefix recognizer should
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 395 // predecessor to the worklist as a viable candidate for CFG-neutral
574 // from BB to Succ, so to make BB->Succ a viable candidate, the following
667 /// \returns The best successor block found, or null if none are viable.
721 /// \returns The best block found, or null if none are viable.
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WakeupControllerTest.java 446 * Verify that the controller searches for viable networks during onResults when WakeupLock is
453 // do not find viable network
503 // find viable network
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 283 * more information such as the stack frame and no viable alts.</p>
330 msg = "no viable alternative at input "+this.getTokenErrorDisplay(e.token);
430 * <p>When you find a "no viable alt exception", the input is not
434 * You don't want the exact set of viable next tokens because the
487 * exception (since LA(1) is not in the viable following token
525 * viable tokens that can possibly come next (lookahead depth 1)
572 * <p>You want the exact viable token set when recovering from a
574 * the viable next token set, then you know there is most likely
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 448 "no viable alternative at input " << token_error_display( e.symbol )
543 # When you find a "no viable alt exception", the input is not
547 # You don't want the exact set of viable next tokens because the
595 # exception (since LA(1) is not in the viable following token
726 # viable tokens that can possibly come next (look depth 1)
769 # You want the exact viable token set when recovering from a
771 # the viable next token set, then you know there is most likely
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 463 // expected-note@-2 {{candidate function not viable}}
472 // expected-note@-2 {{candidate function not viable}}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 74 viable as under the debugger, the various dialogs
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.aggr/
p1.cpp 102 // expected-error@-8 {{no viable conversion from 'int' to 'NonAggr1a'}} expected-note@19 2{{candidate}}

Completed in 1182 milliseconds

1 2 3 4 5 6 7 891011>>