HomeSort by relevance Sort by last modified time
    Searched refs:viable (Results 1 - 8 of 8) 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'}}
for-range-dereference.cpp 20 expected-note 6 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 7 {{candidate function not viable: no known conversion}}
50 for (auto i : pNB) { }// expected-error{{invalid range expression of type 'NoBegin *'; no viable 'begin' function available}}
52 for (auto i : ppNB) { }// expected-error{{invalid range expression of type 'NoBegin **'; no viable 'begin' function available}}
54 for (auto i : pppppNB) { }// expected-error{{invalid range expression of type 'NoBegin *****'; no viable 'begin' function available}}
57 for (auto i : ANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd'; no viable 'end' function available}}
59 for (auto i : pANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd *'; no viable 'begin' function available}}
66 for (auto i : pDE) { } // expected-error {{invalid range expression of type 'DeletedEnd *'; no viable 'begin' function available}}
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 6 for (int& it : x) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
64 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'A'}}
119 for (auto u : NoBeginADL()) { // expected-error {{invalid range expression of type 'NoBeginADL'; no viable 'begin' function available}}
121 for (auto u : NoEndADL()) { // expected-error {{invalid range expression of type 'NoEndADL'; no viable 'end' function available}}
172 for (int n : 42) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
181 for (U u : t) { // expected-error {{no viable conversion from 'A' to 'int'}}
194 for (auto u : t) { // expected-error {{invalid range expression of type 'A *'; no viable 'begin' function available}} \
195 expected-error {{member function 'begin' not viable}} \
220 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}}
  /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 132 milliseconds