OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:incomplete
(Results
351 - 375
of
2139
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/bison/lib/
close-stream.c
46
left with an
incomplete
output file and the offending program would
/external/clang/test/Analysis/
method-arg-decay.m
1
// RUN: %clang_cc1 -analyzer-checker=core -verify %s -Wno-
incomplete
-implementation
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11-1y.cpp
49
auto bad_init_4 = [a(void_fn())] {}; // expected-error {{has
incomplete
type 'void'}}
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp
1
// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 -fms-extensions -Wno-delete-
incomplete
-Wno-unused-value %s
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
p3.cpp
15
template void X0::f0<int>(int); // expected-error {{
incomplete
type}}
/external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp
74
#pragma omp parallel firstprivate (a, b, c, d, f) // expected-error {{firstprivate variable with
incomplete
type 'S1'}}
parallel_private_messages.cpp
67
#pragma omp parallel private (a, b, c, d, f) // expected-error {{a private variable with
incomplete
type 'S1'}} expected-error 3 {{shared variable cannot be private}}
parallel_reduction_messages.cpp
110
#pragma omp parallel reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 3 {{const-qualified list item cannot be reduction}} expected-error 3 {{'operator+' is a private member of 'S2'}}
112
#pragma omp parallel reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified list item cannot be reduction}}
205
#pragma omp parallel reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{const-qualified list item cannot be reduction}} expected-error {{'operator+' is a private member of 'S2'}}
207
#pragma omp parallel reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified list item cannot be reduction}}
parallel_sections_reduction_messages.cpp
136
#pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 3 {{const-qualified list item cannot be reduction}} expected-error 3 {{'operator+' is a private member of 'S2'}}
140
#pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified list item cannot be reduction}}
289
#pragma omp parallel sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{const-qualified list item cannot be reduction}} expected-error {{'operator+' is a private member of 'S2'}}
293
#pragma omp parallel sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified list item cannot be reduction}}
sections_reduction_messages.cpp
150
#pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 3 {{const-qualified list item cannot be reduction}} expected-error 3 {{'operator+' is a private member of 'S2'}}
155
#pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified list item cannot be reduction}}
330
#pragma omp sections reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{const-qualified list item cannot be reduction}} expected-error {{'operator+' is a private member of 'S2'}}
335
#pragma omp sections reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified list item cannot be reduction}}
task_firstprivate_messages.cpp
83
#pragma omp task firstprivate(a, b, c, d, f) // expected-error {{firstprivate variable with
incomplete
type 'S1'}}
task_private_messages.cpp
76
#pragma omp task private(a, b, c, d, f) // expected-error {{a private variable with
incomplete
type 'S1'}} expected-error 3 {{shared variable cannot be private}}
teams_firstprivate_messages.cpp
92
#pragma omp teams firstprivate(a, b, c, d, f) // expected-error {{firstprivate variable with
incomplete
type 'S1'}}
teams_reduction_messages.cpp
124
#pragma omp teams reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 3 {{const-qualified list item cannot be reduction}} expected-error 3 {{'operator+' is a private member of 'S2'}}
127
#pragma omp teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 3 {{const-qualified list item cannot be reduction}}
252
#pragma omp teams reduction(+ : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{const-qualified list item cannot be reduction}} expected-error {{'operator+' is a private member of 'S2'}}
255
#pragma omp teams reduction(min : a, b, c, d, f) // expected-error {{a reduction list item with
incomplete
type 'S1'}} expected-error 2 {{arguments of OpenMP clause 'reduction' for 'min' or 'max' must be of arithmetic type}} expected-error 2 {{const-qualified list item cannot be reduction}}
/external/clang/test/Sema/
bitfield.c
20
enum e0 f : 1; // expected-error {{field has
incomplete
type 'enum e0'}}
function.c
62
struct incomplete_test a(void) {} // expected-error{{
incomplete
result type 'struct incomplete_test' in function definition}} \
i-c-e.c
6
int a() {int p; *(1 ? &p : (void*)(0 && (a(),1))) = 10;} // expected-error {{
incomplete
type 'void' is not assignable}}
init.c
87
struct s1 s2 = { // expected-error {{variable has
incomplete
type 'struct s1'}} \
/external/clang/test/SemaCXX/
compound-literal.cpp
11
(void)(S[]) {{3}}; // expected-error {{array has
incomplete
element type}}
enum.cpp
97
// FIXME: The above diagnostic isn't very good; we should instead complain about the type being
incomplete
.
implicit-member-functions.cpp
80
// supposed to be
incomplete
when we implicitly declare its special members.
microsoft-dtor-lookup.cpp
87
// Don't try to access the dtor of an
incomplete
on a function declaration.
type-definition-in-specifier.cpp
59
// expected-error{{field has
incomplete
type 'enum en_3'}} \
/external/dbus/bus/
bus.h
58
int max_incomplete_connections; /**< Max number of
incomplete
connections */
/external/eigen/Eigen/src/IterativeLinearSolvers/
IncompleteLUT.h
67
* \brief
Incomplete
LU factorization with dual-threshold strategy
82
* References : Yousef Saad, ILUT: A dual threshold
incomplete
LU factorization,
144
* Compute an
incomplete
LU factorization with dual threshold on the matrix mat
414
// apply a shifting rule to avoid zero pivots (we are doing an
incomplete
factorization)
Completed in 871 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>