HomeSort by relevance Sort by last modified time
    Searched full:viable (Results 101 - 125 of 551) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/smali/smalidea/testData/
InvalidMethod4.txt 69 PsiErrorElement:no viable alternative at input ')'
InvalidMethodReference.txt 40 PsiErrorElement:no viable alternative at input '.blah-'
237 PsiErrorElement:no viable alternative at input ')'
InvalidAnnotation.txt 67 PsiErrorElement:no viable alternative at input '.blah'
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
mutex.fail.cpp 23 std::lock_guard<std::mutex> lg = m; // expected-error{{no viable conversion}}
  /external/clang/test/SemaObjCXX/
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 void take_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 void take_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}}
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
571 /// This conversion candidate is not viable because its result
576 /// viable because the final conversion was not an exact match.
579 /// (CUDA) This candidate was not viable because the callee
584 /// This candidate function was not viable because an enable_if
588 /// This candidate was not viable because its address could not be taken.
628 /// Viable - True to indicate that this overload candidate is viable
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
STreeParser.cpp 77 "parse error: in rule %s, no viable alternative for NULL tree\n",
81 "parse error: in rule %s, no viable alternative for tree\n",
  /external/clang/test/CXX/special/class.inhctor/
p3.cpp 25 D2 fd2() { return 1; } // expected-error {{no viable conversion}}
33 D3 fd3() { return 1; } // expected-error {{no viable conversion}}
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p1.cpp 53 struct NonDefaultConstructible { // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
55 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
  /external/clang/test/Misc/
integer-literal-printing.cpp 5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -42] not viable: expects an l-value for 1st argument}}
8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 16 unique_ptr &operator=(unique_ptr &&other) { // expected-note{{candidate function not viable: no known conversion from 'unique_ptr<int>' to 'unique_ptr<int> &&' for 1st argument}}
96 void operator()(A&, const A&, A&&, const A&&, A&&, const A&&); // expected-note{{candidate function not viable: 5th argument ('const perfect_forwarding::A') would lose const qualifier}}
cxx11-crashes.cpp 61 function<void()> m_OnChange = [&, LeftCanvas]() { }; // expected-error {{no viable conversion}}
crashes.cpp 36 struct Y { // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
38 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
47 new Y // expected-error{{no viable conversion}}
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WakeupEvaluatorTest.java 133 * Verify that findViableNetwork returns a viable ScanResult.
145 * Verify that findViableNetwork returns the viable ScanResult with the highest RSSI.
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
control 33 gesture, this method provides a viable option as opposed to
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 72 void five_args(int, int, int, int, int); // expected-note{{candidate function not viable: requires 5 arguments, but 6 were provided}}
101 struct A { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const A' for 1st argument}} \
102 // expected-note{{candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'A' for 1st argument}} \
103 // expected-note{{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}}
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types.fail.cpp 43 // expected-error@-1 {{no viable conversion}}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types.fail.cpp 43 // expected-error@-1 {{no viable conversion}}
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32mcore.sh 20 # fill value between independantly viable peices of code, it should
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-var.cpp 6 struct Derived : Base { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
8 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
121 const Derived &dr1 = create<Base>(); // expected-error{{no viable conversion}}
  /external/google-styleguide/docguide/
best_practices.md 8 1. [Minimum viable documentation](#minimum-viable-documentation)
13 ## Minimum viable documentation
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
590 /// This conversion candidate is not viable because its result
595 /// viable because the final conversion was not an exact match.
598 /// (CUDA) This candidate was not viable because the callee
603 /// This candidate function was not viable because an enable_if
607 /// This candidate was not viable because its address could not be taken.
610 /// This candidate was not viable because its OpenCL extension is disabled.
613 /// This inherited constructor is not viable because it would slice th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
590 /// This conversion candidate is not viable because its result
595 /// viable because the final conversion was not an exact match.
598 /// (CUDA) This candidate was not viable because the callee
603 /// This candidate function was not viable because an enable_if
607 /// This candidate was not viable because its address could not be taken.
610 /// This candidate was not viable because its OpenCL extension is disabled.
613 /// This inherited constructor is not viable because it would slice th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
590 /// This conversion candidate is not viable because its result
595 /// viable because the final conversion was not an exact match.
598 /// (CUDA) This candidate was not viable because the callee
603 /// This candidate function was not viable because an enable_if
607 /// This candidate was not viable because its address could not be taken.
610 /// This candidate was not viable because its OpenCL extension is disabled.
613 /// This inherited constructor is not viable because it would slice th
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Overload.h 42 OR_No_Viable_Function, ///< No viable function found.
48 /// Requests that all candidates be shown. Viable candidates will
52 /// Requests that only viable candidates be shown.
590 /// This conversion candidate is not viable because its result
595 /// viable because the final conversion was not an exact match.
598 /// (CUDA) This candidate was not viable because the callee
603 /// This candidate function was not viable because an enable_if
607 /// This candidate was not viable because its address could not be taken.
610 /// This candidate was not viable because its OpenCL extension is disabled.
613 /// This inherited constructor is not viable because it would slice th
    [all...]

Completed in 921 milliseconds

1 2 3 45 6 7 8 91011>>