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

1 2 3 4 5 6 78 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 11 f(42); // ok, calls #2, since #1 is not viable.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp 29 ExplicitCopy(); // expected-note 2{{not viable}}
templates.cpp 41 return lambda(true); // expected-error{{no viable conversion from returned value of type 'X' to function return type 'int'}}
  /external/clang/test/OpenMP/
parallel_reduction_messages.cpp 59 class S6 { // expected-note 3 {{candidate function (the implicit copy assignment operator) not viable: no known conversion from 'int' to 'const S6' for 1st argument}}
61 // expected-note@-2 3 {{candidate function (the implicit move assignment operator) not viable}}
130 #pragma omp parallel reduction(+ : o) // expected-error 2 {{no viable overloaded '='}}
227 #pragma omp parallel reduction(+ : o) // expected-error {{no viable overloaded '='}}
parallel_sections_reduction_messages.cpp 59 class S6 { // expected-note 3 {{candidate function (the implicit copy assignment operator) not viable: no known conversion from 'int' to 'const S6' for 1st argument}}
61 // expected-note@-2 3 {{candidate function (the implicit move assignment operator) not viable}}
176 #pragma omp parallel sections reduction(+ : o) // expected-error 2 {{no viable overloaded '='}}
333 #pragma omp parallel sections reduction(+ : o) // expected-error {{no viable overloaded '='}}
sections_reduction_messages.cpp 59 class S6 { // expected-note 3 {{candidate function (the implicit copy assignment operator) not viable: no known conversion from 'int' to 'const S6' for 1st argument}}
61 // expected-note@-2 3 {{candidate function (the implicit move assignment operator) not viable}}
200 #pragma omp sections reduction(+ : o) // expected-error 2 {{no viable overloaded '='}}
385 #pragma omp sections reduction(+ : o) // expected-error {{no viable overloaded '='}}
target_parallel_reduction_messages.cpp 59 class S6 { // expected-note 3 {{candidate function (the implicit copy assignment operator) not viable: no known conversion from 'int' to 'const S6' for 1st argument}}
61 // expected-note@-2 3 {{candidate function (the implicit move assignment operator) not viable}}
130 #pragma omp target parallel reduction(+ : o) // expected-error 2 {{no viable overloaded '='}}
230 #pragma omp target parallel reduction(+ : o) // expected-error {{no viable overloaded '='}}
teams_reduction_messages.cpp 59 class S6 { // expected-note 3 {{candidate function (the implicit copy assignment operator) not viable: no known conversion from 'int' to 'const S6' for 1st argument}}
61 // expected-note@-2 3 {{candidate function (the implicit move assignment operator) not viable}}
154 #pragma omp teams reduction(+ : o) // expected-error 2 {{no viable overloaded '='}}
287 #pragma omp teams reduction(+ : o) // expected-error {{no viable overloaded '='}}
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 40 int a1[1] = {[b] (T()) {}}; // expected-error{{no viable conversion from '(lambda}}
  /external/clang/test/SemaCXX/
cxx0x-initializer-references.cpp 109 // expected-note {{candidate constructor not viable: cannot convert initializer list argument to 'int'}}
implicit-member-functions.cpp 70 B(); // expected-note {{candidate constructor not viable}}
  /external/clang/test/SemaObjCXX/
blocks.mm 116 void f(int (^bl)(A* a)); // expected-note {{candidate function not viable: no known conversion from 'int (^)(B *)' to 'int (^)(A *)' for 1st argument}}
objc-container-subscripting.mm 96 Id = toDictExplicit[toId] = Id; // expected-error {{no viable overloaded operator[] for type 'ExplicitlyConvertibleTo<NSMutableDictionary *>'}}
  /external/kernel-headers/original/uapi/linux/
if_pppox.h 74 /* The use of the above union isn't viable because the size of this
  /external/libchrome/base/posix/
global_descriptors.h 28 // overwriting the slot isn't a viable solution.
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 96 // that are viable for inlining. FIXME: We shouldn't even get here for
  /external/squashfs-tools/squashfs-tools/
mksquashfs.h 137 * Lowest amount of physical memory considered viable for Mksquashfs
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/FuzzMutate/
RandomIRBuilder.h 49 /// Find a viable user for \c V in \c Insts, which should all be contained in

Completed in 702 milliseconds

1 2 3 4 5 6 78 91011>>