Searched refs:viable (Results 1 – 25 of 60) sorted by relevance
123
/external/clang/test/SemaObjCXX/ |
D | arc-overloading.mm | 4 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}}
|
D | arc-templates.mm | 326 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}}
|
D | gc-attributes.mm | 6 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 *'…
|
D | objc-pointer-conv.mm | 32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'co…
|
/external/clang/test/SemaOpenCL/ |
D | event_t_overload.cl | 3 … 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/ |
D | InvalidLocal.txt | 31 PsiErrorElement:no viable alternative at input '.end method' 63 PsiErrorElement:no viable alternative at input '.end method'
|
D | InvalidParameter.txt | 36 PsiErrorElement:no viable alternative at input '.a' 82 PsiErrorElement:no viable alternative at input '.'
|
D | InvalidField.txt | 12 PsiErrorElement:no viable alternative at input '<EOF>'
|
D | InvalidField4.txt | 16 PsiErrorElement:no viable alternative at input '.blah'
|
D | InvalidMethod.txt | 29 PsiErrorElement:no viable alternative at input '.blah'
|
D | InvalidMethod2.txt | 45 PsiErrorElement:no viable alternative at input '<EOF>'
|
D | InvalidMethodReference.txt | 40 PsiErrorElement:no viable alternative at input '.blah-' 237 PsiErrorElement:no viable alternative at input ')'
|
D | InvalidMethod3.txt | 59 PsiErrorElement:no viable alternative at input '<EOF>'
|
D | InvalidMethod4.txt | 69 PsiErrorElement:no viable alternative at input ')'
|
/external/google-styleguide/docguide/ |
D | philosophy.md | 14 1. [Minimum viable documentation](#minimum-viable-documentation) 54 ## Minimum viable documentation
|
D | best_practices.md | 8 1. [Minimum viable documentation](#minimum-viable-documentation) 13 ## Minimum viable documentation
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 389 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/ |
D | basic.ll | 23 ; Only a subset of blocks are viable successors here. 49 ; A different subset of blocks are viable successors here.
|
/external/googletest/googletest/m4/ |
D | gtest.m4 | 5 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/ |
D | gtest.m4 | 5 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/ |
D | cast-conversion.cpp | 12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
|
D | for-range-dereference.cpp | 20 expected-note 5 {{candidate function not viable: no known conversion}}
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseRecognizer.m | 280 //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/ |
D | 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/grpc-grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 14 * 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