HomeSort by relevance Sort by last modified time
    Searched refs:viable (Results 1 - 7 of 7) sorted by null

  /external/clang/test/SemaCXX/
cast-conversion.cpp 11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
13 B(A); // expected-note 3 {{candidate constructor not viable}}
explicit.cpp 43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}}
55 Y y2 = z; // expected-error {{no viable conversion from 'Conversion::Z' to 'Conversion::Y'}}
65 const Y& y6 = z; // expected-error {{no viable conversion from 'Conversion::Z' to 'const Conversion::Y'}}
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 56 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'A'}}
161 for (U u : t) { // expected-error {{no viable conversion from 'A' to 'int'}}
175 expected-error {{member function 'begin' not viable}} \
  /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/Ruby/lib/antlr3/
dfa.rb 61 there is <i>no viable alternative</i>.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
recognizers.py 315 for no viable alts, the decision description and state etc...
369 msg = "no viable alternative at input " \
506 When you find a "no viable alt exception", the input is not
510 You don't want the exact set of viable next tokens because the
558 exception (since LA(1) is not in the viable following token
596 viable tokens that can possibly come next (lookahead depth 1)
639 You want the exact viable token set when recovering from a
641 the viable next token set, then you know there is most likely
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 776 /// and, for no viable alts, the decision description and state etc...
    [all...]

Completed in 810 milliseconds