Home
last modified time | relevance | path

Searched refs:qualified (Results 1 – 25 of 170) sorted by relevance

1234567

/external/clang/test/SemaObjCXX/
Dparameterized_classes_arc.mm19 …_weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}}
24 …g id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
35 …d*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}}
40 …*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
69 …e id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}}
74 …rror {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribut…
88 …<const T> *test3a(); // expected-error {{type argument 'const T' cannot be qualified with 'const'}}
89 … T> *test3b(); // expected-error {{type argument '__strong T' cannot be qualified with '__strong'}}
93 …ected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}}
[all …]
Darc-objc-lifetime.mm36 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
37 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
Dpropert-dot-error.mm65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 …d->Forward::ivar = 12; // expected-error{{instance variable access cannot be qualified with 'Forwa…
Darc-templates.mm57 // Check substitution into lifetime-qualified dependent types.
102 …/ expected-error{{the type 'T_type' (aka '__weak id') is already explicitly ownership-qualified}} \
103 …/ expected-error{{the type 'T_type' (aka '__strong id') is already explicitly ownership-qualified}}
159 // Test partial ordering (qualified vs. non-qualified).
/external/clang/test/SemaObjC/
Dparameterized_classes_arc.m19 …_weak id> *obj) { // expected-error {{type argument '__weak id' cannot be qualified with '__weak'}}
24 …g id> *obj) { // expected-error {{type argument '__strong id' cannot be qualified with '__strong'}}
35 …d*> *obj) { // expected-error {{type argument 'Forward *__weak' cannot be qualified with '__weak'}}
40 …*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
69 …e id> *obj) { // expected-error {{type argument 'volatile id' cannot be qualified with 'volatile'}}
74 …rror {{type argument '__attribute__((address_space(256))) id' cannot be qualified with '__attribut…
81 …ected-error {{type bound '__strong id' for type parameter 'T' cannot be qualified with '__strong'}}
84 … expected-error {{type bound '__weak id' for type parameter 'T' cannot be qualified with '__weak'}}
87 …error {{type bound 'Forward *__strong' for type parameter 'T' cannot be qualified with '__strong'}}
[all …]
Darc-non-pod-memaccess.m24 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
26 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
28 …/ expected-warning{{destination for this 'memcpy' call is a pointer to ownership-qualified type}} \
32 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
34 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
36 …17); // expected-warning{{source of this 'memcpy' call is a pointer to ownership-qualified type}} \
40 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
42 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
44 … expected-warning{{destination for this 'memmove' call is a pointer to ownership-qualified type}} \
48 …7); // expected-warning{{source of this 'memmove' call is a pointer to ownership-qualified type}} \
[all …]
Dprotocol-archane.m11 …)x); // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
13 …ar]; // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
40 …oken>)a { // expected-warning {{protocol has no object type specified; defaults to qualified 'id'}}
Darc-objc-lifetime.m37 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
39 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
/external/clang/test/Parser/
Dobjc-error-qualified-implementation.m9 …ementation I<P> @end // expected-error {{@implementation declaration cannot be protocol qualified}}
15 …ementation J < P,P > // expected-error {{@implementation declaration cannot be protocol qualified}}
20 @implementation K <P // expected-error {{@implementation declaration cannot be protocol qualified}}…
24 …ntation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol qualified}}
28 …entation I (Cat1) <P // expected-error {{@implementation declaration cannot be protocol qualified}}
Dplaceholder-recovery.m8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.multisample_interpolation.txt45 test pattern with a sample-qualified varying. Using the same reasoning as in
64 interpolate_at_sample.centroid_qualifier cases interpolate a centroid-qualified
72 per-sample qualified varying and the value returned by
79 interpolateAtCentroid are equal to the values of a centroid qualified varying.
81 centroid-qualified and non-centroid-qualified varying and then compares the
82 values of centroid-qualified varying and interpolateAtCentroid function return
83 value when given the non-centroid-qualified varying as an input.
/external/clang/test/SemaOpenCL/
Dinvalid-kernel.cl21 int* global x(int* x) { // expected-error {{return value cannot be qualified with address space}}
25 int* local x(int* x) { // expected-error {{return value cannot be qualified with address space}}
29 int* constant x(int* x) { // expected-error {{return value cannot be qualified with address space}}
/external/doclava/src/com/google/doclava/
DTypeInfo.java287 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, in makeHDFRecursive() argument
289 String label = qualified ? qualifiedTypeName() : simpleTypeName(); in makeHDFRecursive()
318 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars); in makeHDFRecursive()
321 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars); in makeHDFRecursive()
324 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars); in makeHDFRecursive()
328 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, in makeHDF() argument
332 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables); in makeHDF()
336 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { in makeHDF() argument
337 makeHDF(data, base, types, qualified, new HashSet<String>()); in makeHDF()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc131 string ClassName(const Descriptor* descriptor, bool qualified) { in ClassName() argument
141 if (qualified) { in ClassName()
148 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { in ClassName() argument
150 if (qualified) { in ClassName()
156 string result = ClassName(enum_descriptor->containing_type(), qualified); in ClassName()
Dcpp_helpers.h66 string ClassName(const Descriptor* descriptor, bool qualified);
67 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
/external/libxml2/os400/libxmlrpg/
Dchvalid.rpgle21 d align qualified
28 d align qualified
37 d align qualified
DschemasInternals.rpgle243 d align qualified
353 d align qualified
385 d align qualified
404 d align qualified
416 d align qualified
475 d align qualified
504 d align qualified
516 d align qualified
750 d align qualified
934 d align qualified
[all …]
Dxpath.rpgle98 d align qualified
133 d align qualified
163 d align qualified
174 d align qualified
195 d align qualified
219 d align qualified
299 d align qualified
397 d align qualified
Dxmlstdarg.rpgle16 d align qualified
/external/v8/build/
Dgrit_target.gypi10 # DO NOT USE THIS FILE. Instead, use qualified includes.
11 # TODO: Convert everything to qualified includes, and delete this file,
/external/clang/include/clang/AST/
DBuiltinTypes.def69 // 'unsigned char', explicitly qualified
101 // 'signed char', explicitly qualified
198 // foo # possibly qualified, not if an implicit access
199 // foo # possibly qualified, not if an implicit access
200 // &foo # possibly qualified, not if an implicit access
/external/jacoco/org.jacoco.core/src/org/jacoco/core/
Djacoco.properties1 VERSION=$qualified.bundle.version$
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/services/
Djava.awt.im.spi.InputMethodDescriptor3 # fully-qualified name of the java.awt.im.spi.InputMethodDescriptor
/external/doclava/res/assets/templates/
Dtodo.cs71 <td><a href="#class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></td>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
/external/libxml2/test/schemas/
D570702_0.xsd2 elementFormDefault="qualified" attributeFormDefault="unqualified">

1234567