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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
cxx0x-cursory-default-delete.cpp 13 non_const_copy() = default; // expected-note {{not viable}}
16 non_const_copy::non_const_copy(non_const_copy&) = default; // expected-note {{not viable}}
17 non_const_copy& non_const_copy::operator = (non_const_copy&) & = default; // expected-note {{not viable}}
18 non_const_copy& non_const_copy::operator = (non_const_copy&) && = default; // expected-note {{not viable}}
31 ncc = cncc; // expected-error {{no viable overloaded}}
overloaded-builtin-operators.cpp 65 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator) not viable}}
67 // expected-note@-2 {{candidate function (the implicit move assignment operator) not viable}}
76 struct XpmfRef { // expected-note{{candidate function (the implicit copy assignment operator) not viable}}
78 // expected-note@-2 {{candidate function (the implicit move assignment operator) not viable}}
102 pmf &pmr = (pmf_ref = &X::f); // expected-error{{no viable overloaded '='}}
160 sr = (short)0; // expected-error{{no viable overloaded '='}}
convert-to-bool.cpp 56 bool b2 = ecb; // expected-error{{no viable conversion from 'ExplicitConvToBool' to 'bool'}}
76 A &a = c; // expected-error{{no viable conversion from 'C' to 'A'}}
cxx98-compat-flags.cpp 20 NoViable(NoViable&); // expected-note {{not viable}}
32 const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::NoViable' when binding a reference to a temporary would find no viable constructor in C++98}}
overload-call.cpp 245 void derived4(C*); // expected-note{{candidate function not viable: cannot convert from base class pointer 'A *' to derived class pointer 'C *' for 1st argument}}
262 void derived5(C&); // expected-note{{candidate function not viable: cannot bind base class object of type 'A' to derived class reference 'C &' for 1st argument}}
341 template <class T> void foo(T t, unsigned N); // expected-note {{candidate function [with T = int] not viable: no known conversion from 'const char [6]' to 'unsigned int' for 2nd argument}}
342 void foo(int n, char N); // expected-note {{candidate function not viable: no known conversion from 'const char [6]' to 'char' for 2nd argument}}
343 void foo(int n, const char *s, int t); // expected-note {{candidate function not viable: requires 3 arguments, but 2 were provided}}
344 void foo(int n, const char *s, int t, ...); // expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
345 void foo(int n, const char *s, int t, int u = 0); // expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
348 void foo(int n); // expected-note {{candidate function not viable: requires single argument 'n', but 2 arguments were provided}}
349 void foo(unsigned n = 10); // expected-note {{candidate function not viable: allows at most single argument 'n', but 2 arguments were provided}}
350 void bar(int n, int u = 0); // expected-note {{candidate function not viable: requires at least argument 'n', but no arguments were provided}
    [all...]
cv-unqual-rvalues.cpp 5 template <typename T_> void g (T_&); // expected-note 7{{not viable}}
  /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/google-styleguide/docguide/
philosophy.md 14 1. [Minimum viable documentation](#minimum-viable-documentation)
54 ## Minimum viable documentation
  /external/clang/test/SemaTemplate/
default-expr-arguments.cpp 13 // expected-note@-2 3 {{candidate constructor (the implicit move constructor) not viable}}
16 template<typename T> void f1(T a, T b = 10) { } // expected-error{{no viable conversion}} \
35 F(T t = 10); // expected-error{{no viable conversion}} \
37 void f(T t = 10); // expected-error{{no viable conversion}} \
76 struct NotDefaultConstructible { // expected-note 2 {{candidate constructor (the implicit copy constructor) not viable}}
78 // expected-note@-2 2 {{candidate constructor (the implicit move constructor) not viable}}
constructor-template.cpp 5 struct X0 { // expected-note {{candidate constructor (the implicit copy constructor) not viable}}
7 // expected-note@-2 {{candidate constructor (the implicit move constructor) not viable}}
160 A() {} // expected-note {{not viable: requires 0 arguments}}
161 A(A<T,U> &o) {} // expected-note {{not viable: expects an l-value}}
ms-if-exists.cpp 47 int *i = t; // expected-error{{no viable conversion from 'HasFoo' to 'int *'}}
  /external/clang/test/SemaCUDA/
host-device-constexpr.cu 19 // expected-note@-1 0+ {{not viable}}
21 // expected-note@-1 0+ {{not viable}}
method-target.cu 20 void method(int) {} // expected-note {{candidate function not viable: call to __host__ function from __device__ function}}
21 void method(float) {} // expected-note {{candidate function not viable: call to __host__ function from __device__ function}}
55 S5& operator=(const S5&) {return *this;} // expected-note {{candidate function not viable}}
59 s = t; // expected-error {{no viable overloaded '='}}
  /external/google-breakpad/src/testing/gtest/m4/
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/googletest/googletest/m4/
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/protobuf/gtest/m4/
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/v8/testing/gtest/m4/
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/vulkan-validation-layers/tests/gtest-1.7.0/m4/
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.])
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/m4/
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/CXX/dcl.decl/dcl.init/
p14-0x.cpp 33 Explicit e2 = 42; // expected-error {{no viable conversion}}
  /external/clang/test/Index/
ms-if-exists.cpp 9 int *i = t; // expected-error{{no viable conversion from 'HasFoo' to 'int *'}}
  /external/clang/test/Sema/
ucn-identifiers.c 10 // expected-note@-2 + {{candidate function not viable}}
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'const I *' to 'I *' for 1st argument}}
  /external/libcxx/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/smali/smalidea/testData/
InvalidMethod3.txt 59 PsiErrorElement:no viable alternative at input '<EOF>'

Completed in 417 milliseconds

1 2 34 5 6 7 8 91011>>