OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qualified
(Results
1 - 25
of
2054
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Parser/
objc-error-qualified-implementation.m
9
@implementation I<P> @end // expected-error {{@implementation declaration cannot be protocol
qualified
}}
15
@implementation J < P,P > // expected-error {{@implementation declaration cannot be protocol
qualified
}}
20
@implementation K <P // expected-error {{@implementation declaration cannot be protocol
qualified
}} expected-note{{to match this '<'}}
24
@implementation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol
qualified
}}
28
@implementation I (Cat1) <P // expected-error {{@implementation declaration cannot be protocol
qualified
}}
/external/clang/test/CXX/class.access/class.friend/
p6.cpp
10
friend void ::f1() { } // expected-error{{friend function definition cannot be
qualified
with '::'}}
11
friend void X::f2() { } // expected-error{{friend function definition cannot be
qualified
with 'X::'}}
15
friend void T::f() {} // expected-error{{friend function definition cannot be
qualified
with 'T::'}}
/external/clang/test/SemaObjC/
parameterized_classes_arc.m
19
void test1a(PC1<__weak id> *obj) { // expected-error {{type argument '__weak id' cannot be
qualified
with '__weak'}}
24
void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be
qualified
with '__strong'}}
35
void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be
qualified
with '__weak'}}
40
void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' cannot be
qualified
with '__strong'}}
64
void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be
qualified
with 'const'}}
69
void test1j(PC1<volatile id> *obj) { // expected-error {{type argument 'volatile id' cannot be
qualified
with 'volatile'}}
74
void test1k(PC1<__attribute__((address_space(256))) id> *obj) { // expected-error {{type argument '__attribute__((address_space(256))) id' cannot be
qualified
with '__attribute__((address_space(256)))'}}
81
@interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T' cannot be
qualified
with '__strong'}}
84
@interface PC3<T : __weak id> // expected-error {{type bound '__weak id' for type parameter 'T' cannot be
qualified
with '__weak'}}
87
@interface PC4<T : __strong Forward*> // expected-error {{type bound 'Forward *__strong' for type parameter 'T' cannot be
qualified
with '__strong'}
[
all
...]
arc-non-pod-memaccess.m
24
memcpy(sip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-
qualified
type}} \
26
memcpy(wip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-
qualified
type}} \
28
memcpy(aip, ptr, 17); // expected-warning{{destination for this 'memcpy' call is a pointer to ownership-
qualified
type}} \
32
memcpy(ptr, sip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-
qualified
type}} \
34
memcpy(ptr, wip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-
qualified
type}} \
36
memcpy(ptr, aip, 17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-
qualified
type}} \
40
memmove(sip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-
qualified
type}} \
42
memmove(wip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-
qualified
type}} \
44
memmove(aip, ptr, 17); // expected-warning{{destination for this 'memmove' call is a pointer to ownership-
qualified
type}} \
48
memmove(ptr, sip, 17); // expected-warning{{source of this 'memmove' call is a pointer to ownership-
qualified
type}}
[
all
...]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/
java.awt.im.spi.InputMethodDescriptor
3
# fully-
qualified
name of the java.awt.im.spi.InputMethodDescriptor
/external/jacoco/org.jacoco.core/src/org/jacoco/core/
jacoco.properties
1
VERSION=$
qualified
.bundle.version$
/external/libxml2/test/schemas/
include2_0.inc
4
elementFormDefault="
qualified
" attributeFormDefault="
qualified
"
ns0_1.xsd
4
elementFormDefault="
qualified
"
5
attributeFormDefault="
qualified
">
582906-1-common.xsd
4
elementFormDefault="
qualified
"
582906-1-prog2-include.xsd
4
elementFormDefault="
qualified
" attributeFormDefault="unqualified"
582906-2-common.xsd
4
elementFormDefault="
qualified
"
582906-2-prog2-include.xsd
4
elementFormDefault="
qualified
" attributeFormDefault="unqualified"
bug323510_1.xsd
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="
qualified
">
/external/clang/test/SemaCXX/
err_typecheck_assign_const.cpp
5
global = 2; // expected-error{{cannot assign to variable 'global' with const-
qualified
type 'const int'}}
10
local = 0; // expected-error{{cannot assign to variable 'local' with const-
qualified
type 'const int'}}
14
parameter = 2; // expected-error{{cannot assign to variable 'parameter' with const-
qualified
type 'const int'}}
22
const_field = 4; // expected-error{{cannot assign to non-static data member 'const_field' with const-
qualified
type 'const int'}}
23
static_const_field = 4; // expected-error{{cannot assign to variable 'static_const_field' with const-
qualified
type 'const int'}}
27
const_field = 4 ; // expected-error{{cannot assign to non-static data member 'const_field' with const-
qualified
type 'const int'}}
28
static_const_field = 4; // expected-error{{cannot assign to variable 'static_const_field' with const-
qualified
type 'const int'}}
32
const int &return_const_ref(); // expected-note{{function 'return_const_ref' which returns const-
qualified
type 'const int &' declared here}}
46
s5.const_field = 5; // expected-error{{cannot assign to non-static data member 'const_field' with const-
qualified
type 'const int'}}
67
u4.u3.u2.u1.a = 5; // expected-error{{cannot assign to non-static data member 'u2' with const-
qualified
type 'const U2'}
[
all
...]
member-class-11.cpp
6
Y::~Y() { } // expected-error{{non-friend class member '~Y' cannot have a
qualified
name}}
new-delete-predefined-decl-2.cpp
7
#ifndef
QUALIFIED
/external/clang/test/SemaObjCXX/
parameterized_classes_arc.mm
19
void test1a(PC1<__weak id> *obj) { // expected-error {{type argument '__weak id' cannot be
qualified
with '__weak'}}
24
void test1b(PC1<__strong id> *obj) { // expected-error {{type argument '__strong id' cannot be
qualified
with '__strong'}}
35
void test1d(PC1<__weak Forward*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be
qualified
with '__weak'}}
40
void test1e(PC1<__strong Forward*> *obj) { // expected-error {{type argument 'Forward *__strong' cannot be
qualified
with '__strong'}}
64
void test1i(PC1<const id> *obj) { // expected-error {{type argument 'const id' cannot be
qualified
with 'const'}}
69
void test1j(PC1<volatile id> *obj) { // expected-error {{type argument 'volatile id' cannot be
qualified
with 'volatile'}}
74
void test1k(PC1<__attribute__((address_space(256))) id> *obj) { // expected-error {{type argument '__attribute__((address_space(256))) id' cannot be
qualified
with '__attribute__((address_space(256)))'}}
88
template <class T> PC1<const T> *test3a(); // expected-error {{type argument 'const T' cannot be
qualified
with 'const'}}
89
template <class T> PC1<__strong T> *test3b(); // expected-error {{type argument '__strong T' cannot be
qualified
with '__strong'}}
93
@interface PC2<T : __strong id> // expected-error {{type bound '__strong id' for type parameter 'T' cannot be
qualified
with '__strong'}
[
all
...]
/external/jmdns/src/javax/jmdns/
NetworkTopologyListener.java
18
* The NetworkTopologyEvent providing the name and fully
qualified
type of the service.
26
* The NetworkTopologyEvent providing the name and fully
qualified
type of the service.
ServiceTypeListener.java
19
* The service event providing the fully
qualified
type of the service.
31
* The service event providing the fully
qualified
type of the service with subtype.
/frameworks/base/test-runner/src/junit/runner/
TestCollector.java
14
* Returns an enumeration of Strings with
qualified
class names
/prebuilts/go/darwin-x86/test/fixedbugs/
issue6295.go
7
// Issue 6295:
qualified
name of unexported methods
issue6513.go
7
// Issue 6513: embedded builtins may get incorrect
qualified
/prebuilts/go/linux-x86/test/fixedbugs/
issue6295.go
7
// Issue 6295:
qualified
name of unexported methods
issue6513.go
7
// Issue 6513: embedded builtins may get incorrect
qualified
/external/clang/test/Sema/
address_spaces.c
7
void bar(_AS2 int a); // expected-error {{parameter may not be
qualified
with an address space}}
10
_AS1 float b) // expected-error {{parameter may not be
qualified
with an address space}}
18
_AS1 int local; // expected-error {{automatic variable
qualified
with an address space}}
19
_AS1 int array[5]; // expected-error {{automatic variable
qualified
with an address space}}
20
_AS1 int arrarr[5][5]; // expected-error {{automatic variable
qualified
with an address space}}
49
_AS1 ft qf; // expected-error {{function type may not be
qualified
with an address space}}
50
typedef _AS1 ft qft; // expected-error {{function type may not be
qualified
with an address space}}
57
_AS2 int as_field; // expected-error {{field may not be
qualified
with an address space}}
58
AS2Int typedef_as_field; // expected-error {{field may not be
qualified
with an address space}}
Completed in 318 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>