HomeSort by relevance Sort by last modified time
    Searched refs:viable (Results 1 - 12 of 12) 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}}
for-range-dereference.cpp 20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{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}}
87 // expected-error@-1 {{no viable conversion from 'Data' to 'Data *'}}
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseContextBase.cpp 294 // * best matching candidate (or none, if no viable candidates found)
308 // 1. Prune the input list of candidates down to a list of viable candidates,
309 // where each viable candidate has
317 // 2. If there are no viable candidates, return with no match.
319 // 3. If there is only one viable candidate, it is the best match.
321 // 4. If there are multiple viable candidates, select the first viable candidate
322 // as the incumbent. Compare the incumbent to the next viable candidate, and if
324 // a linear walk through the viable candidate list. The final incumbent will be
325 // returned as the best match. A viable candidate is better than the incumbent i
352 bool viable = true; local
    [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/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 8 for (int& it : x) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
91 for (A NS:A()) { // expected-error {{no viable conversion from 'int' to 'X::A'}}
142 for (auto u : X::NoBeginADL()) { // expected-error {{invalid range expression of type 'X::NoBeginADL'; no viable 'begin' function available}}
144 for (auto u : X::NoEndADL()) { // expected-error {{invalid range expression of type 'X::NoEndADL'; no viable 'end' function available}}
195 for (int n : 42) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
204 for (U u : t) { // expected-error {{no viable conversion from 'X::A' to 'int'}}
217 for (auto u : t) { // expected-error {{invalid range expression of type 'X::A *'; no viable 'begin' function available}} \
218 expected-error {{member function 'begin' not viable}} \
232 for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'; no viable 'begin'}}
252 for (auto u : NS::NoADL()) { // expected-error {{invalid range expression of type 'NS::NoADL'; no viable 'begin' function available}
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 32 // Other strategies are also viable, though:
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 32 // Other strategies are also viable, though:
  /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...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]

Completed in 724 milliseconds