Home
last modified time | relevance | path

Searched refs:viable (Results 1 – 25 of 60) sorted by relevance

123

/external/clang/test/SemaObjCXX/
Darc-overloading.mm4 int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__wea…
58 int &f3(id __autoreleasing *); // expected-note{{candidate function not viable: 1st argument ('__un…
119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') …
120 …// expected-note{{candidate function not viable: 1st argument ('__autoreleasing id') has __autorel…
121 …// expected-note{{candidate function not viable: 1st argument ('__unsafe_unretained id') has __uns…
178 void f9790531(void *inClientData); // expected-note {{candidate function not viable: cannot implici…
179 void f9790531_1(struct S*inClientData); // expected-note {{candidate function not viable}}
180 void f9790531_2(char * inClientData); // expected-note {{candidate function not viable}}
Darc-templates.mm326 void take_yes_no(void (&)(id CONSUMED, id)); // expected-note 2 {{candidate function not viable}}
327 void take_no_yes(void (&)(id, CONSUMED id)); // expected-note 2 {{candidate function not viable}}
328 …e_yes_yes(void (&)(CONSUMED id, CONSUMED id)); // expected-note 2 {{candidate function not viable}}
353 void take_yes_no(void (&)(id CONSUMED, id)); // expected-note 4 {{candidate function not viable}}
354 void take_no_yes(void (&)(id, CONSUMED id)); // expected-note 4 {{candidate function not viable}}
355 …e_yes_yes(void (&)(CONSUMED id, CONSUMED id)); // expected-note 4 {{candidate function not viable}}
395 void take_yes(PRODUCED id (&)()); // expected-note 2 {{candidate function not viable}}
396 void take_no(id (&)()); // expected-note 2 {{candidate function not viable}}
422 void take_yes(PRODUCED id (&)()); // expected-note 2 {{candidate function not viable}}
423 void take_no(id (&)()); // expected-note 2 {{candidate function not viable}}
Dgc-attributes.mm6 void f0(__strong A**); // expected-note{{candidate function not viable: 1st argument ('A *__weak *'…
15 void f1(__weak A**); // expected-note{{candidate function not viable: 1st argument ('A *__strong *'…
Dobjc-pointer-conv.mm32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'co…
/external/clang/test/SemaOpenCL/
Devent_t_overload.cl3 … foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conversi…
4 …foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conversi…
/external/smali/smalidea/testData/
DInvalidLocal.txt31 PsiErrorElement:no viable alternative at input '.end method'
63 PsiErrorElement:no viable alternative at input '.end method'
DInvalidParameter.txt36 PsiErrorElement:no viable alternative at input '.a'
82 PsiErrorElement:no viable alternative at input '.'
DInvalidField.txt12 PsiErrorElement:no viable alternative at input '<EOF>'
DInvalidField4.txt16 PsiErrorElement:no viable alternative at input '.blah'
DInvalidMethod.txt29 PsiErrorElement:no viable alternative at input '.blah'
DInvalidMethod2.txt45 PsiErrorElement:no viable alternative at input '<EOF>'
DInvalidMethodReference.txt40 PsiErrorElement:no viable alternative at input '.blah-'
237 PsiErrorElement:no viable alternative at input ')'
DInvalidMethod3.txt59 PsiErrorElement:no viable alternative at input '<EOF>'
DInvalidMethod4.txt69 PsiErrorElement:no viable alternative at input ')'
/external/google-styleguide/docguide/
Dphilosophy.md14 1. [Minimum viable documentation](#minimum-viable-documentation)
54 ## Minimum viable documentation
Dbest_practices.md8 1. [Minimum viable documentation](#minimum-viable-documentation)
13 ## Minimum viable documentation
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp389 bool viable = true; in selectFunction() local
396 viable = false; in selectFunction()
402 viable = false; in selectFunction()
408 if (viable) in selectFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndirectBrExpand/
Dbasic.ll23 ; Only a subset of blocks are viable successors here.
49 ; A different subset of blocks are viable successors here.
/external/googletest/googletest/m4/
Dgtest.m45 dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines
67 Google Test was enabled, but no viable version could be found.])
/external/google-breakpad/src/testing/gtest/m4/
Dgtest.m45 dnl version, and indicate a viable version with the HAVE_GTEST flag. It defines
67 Google Test was enabled, but no viable version could be found.])
/external/clang/test/SemaCXX/
Dcast-conversion.cpp12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
Dfor-range-dereference.cpp20 expected-note 5 {{candidate function not viable: no known conversion}}
/external/antlr/runtime/ObjC/Framework/
DBaseRecognizer.m280 //System.out.println("viable tokens="+follow.toString(getTokenNames()));
346 * for no viable alts, the decision description and state etc...
405 …// msg = [NSString stringWithFormat:@"no viable alternative at input %@", [self getTokenErr…
406 …msg = [NSString stringWithFormat:@"no viable alternative decision:%d state:%d at input %@", ((NoVi…
528 * When you find a "no viable alt exception", the input is not
532 * You don't want the exact set of viable next tokens because the
580 * exception (since LA(1) is not in the viable following token
617 * viable tokens that can possibly come next (lookahead depth 1)
660 * You want the exact viable token set when recovering from a
662 * the viable next token set, then you know there is most likely
[all …]
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as192 * 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/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md14 * A channel is broken if the channel connection is no longer viable. This
89 underlying connection is no longer viable. For more detailed information and

123