OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:viable
(Results
226 - 250
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/OpenMP/
distribute_parallel_for_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
}}
201
#pragma omp distribute parallel for reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
390
#pragma omp distribute parallel for reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
distribute_parallel_for_simd_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
}}
201
#pragma omp distribute parallel for simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
390
#pragma omp distribute parallel for simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
distribute_simd_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
}}
201
#pragma omp distribute simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
390
#pragma omp distribute simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
for_reduction_messages.cpp
58
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}}
60
// expected-note@-2 3 {{candidate function (the implicit move assignment operator) not
viable
: no known conversion from 'int' to 'S6' for 1st argument}}
178
#pragma omp for reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
343
#pragma omp for reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
for_simd_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
}}
177
#pragma omp for simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
330
#pragma omp for simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
parallel_for_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
}}
153
#pragma omp parallel for reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
278
#pragma omp parallel for reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
parallel_for_simd_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
}}
153
#pragma omp parallel for simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
278
#pragma omp parallel for simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
simd_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
}}
153
#pragma omp simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
281
#pragma omp simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
target_parallel_for_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
}}
153
#pragma omp target parallel for reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
278
#pragma omp target parallel for reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
target_parallel_for_simd_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
}}
153
#pragma omp target parallel for simd reduction(+ : o) // expected-error 2 {{no
viable
overloaded '='}}
278
#pragma omp target parallel for simd reduction(+ : o) // expected-error {{no
viable
overloaded '='}}
/external/clang/test/Sema/
pass-object-size.c
55
(&IsOverloaded)(&P); //expected-error{{no matching function}} expected-note@35{{candidate address cannot be taken because parameter 1 has pass_object_size attribute}} expected-note@36{{candidate function not
viable
: no known conversion from 'int *' to 'char *' for 1st argument}}
/external/clang/test/SemaObjCXX/
properties.mm
111
// because there isn't any other
viable
way to handle it for
/external/clang/test/SemaTemplate/
instantiate-method.cpp
82
int *y1 = x1; // expected-error{{no
viable
conversion}}
/external/clang/www/
diagnostics.html
242
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not
viable
: no known conversion from 'vector<map<[...], <span class="template-highlight">float</span>>>' to 'vector<map<[...], <span class="template-highlight">double</span>>>' for 1st argument;
246
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not
viable
: no known conversion from 'vector<map<int, <span class="template-highlight">float</span>>>' to 'vector<map<int, <span class="template-highlight">double</span>>>' for 1st argument;
250
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not
viable
: no known conversion for 1st argument;
258
<span class="loc">t.cc:4:5:</span> <span class="note">note:</span> candidate function not
viable
: no known conversion for 1st argument;
/external/honggfuzz/examples/apache-httpd/
httpd-master.honggfuzz.patch
17
+# Another
viable
option: few
/external/llvm/include/llvm/Analysis/
IVUsers.h
103
// ilist_node<NodeTy>, there is a legal
viable
downcast from it
/external/llvm/include/llvm/Transforms/Scalar/
SROA.h
76
///
viable
for SROA after a round of promotion takes place. In those cases,
/external/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h
126
// ilist_node<NodeTy>, there is a legal
viable
downcast from it to
/external/llvm/test/CodeGen/ARM/
v7k-abi-align.ll
52
; This time, there's no
viable
way to tack CS-registers onto the list: a real SP
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
IVUsers.h
103
// ilist_node<NodeTy>, there is a legal
viable
downcast from it
/external/syslinux/gpxe/src/arch/i386/core/
relocate.c
148
*
viable
blocks.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
SROA.h
80
///
viable
for SROA after a round of promotion takes place. In those cases,
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
SROA.h
88
///
viable
for SROA after a round of promotion takes place. In those cases,
Completed in 771 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>