Home
last modified time | relevance | path

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

12345

/external/clang/test/SemaObjC/
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}}
Dconditional-expr-4.m33 // Check interaction with qualified id
/external/doclava/src/com/google/doclava/
DTypeInfo.java209 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, in makeHDFRecursive() argument
211 String label = qualified ? qualifiedTypeName() : simpleTypeName(); in makeHDFRecursive()
240 TypeInfo.makeHDF(data, base + ".typeArguments", mTypeArguments, qualified, typeVars); in makeHDFRecursive()
243 TypeInfo.makeHDF(data, base + ".superBounds", mSuperBounds, qualified, typeVars); in makeHDFRecursive()
246 TypeInfo.makeHDF(data, base + ".extendsBounds", mExtendsBounds, qualified, typeVars); in makeHDFRecursive()
250 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, in makeHDF() argument
254 type.makeHDFRecursive(data, base + "." + i++, qualified, false, typeVariables); in makeHDF()
258 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { in makeHDF() argument
259 makeHDF(data, base, types, qualified, new HashSet<String>()); in makeHDF()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc115 string ClassName(const Descriptor* descriptor, bool qualified) { in ClassName() argument
125 if (qualified) { in ClassName()
132 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified) { in ClassName() argument
134 if (qualified) { in ClassName()
140 string result = ClassName(enum_descriptor->containing_type(), qualified); in ClassName()
Dcpp_helpers.h60 string ClassName(const Descriptor* descriptor, bool qualified);
61 string ClassName(const EnumDescriptor* enum_descriptor, bool qualified);
/external/clang/test/SemaObjCXX/
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).
Dcrash.mm19 …edef std::pair<int, int> IntegerPair; // expected-error{{typedef declarator cannot be qualified}} \
Dconversion-ranking.mm84 // conversion to qualified 'id'.
/external/clang/include/clang/AST/
DBuiltinTypes.def69 // 'unsigned char', explicitly qualified
101 // 'signed char', explicitly qualified
180 // foo # possibly qualified, not if an implicit access
181 // foo # possibly qualified, not if an implicit access
182 // &foo # possibly qualified, not if an implicit access
/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/clang/test/Parser/
Dplaceholder-recovery.m8 // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
/external/clang/test/CodeGenObjCXX/
Darc-globals.mm3 // Test that we're properly retaining lifetime-qualified pointers
/external/doclava/
Dandroid-changes.txt5 which takes in a fully qualified annotation classname. The specified
/external/apache-harmony/luni/src/test/resources/net.resources/
DREADME.txt104 * ProxyServerTestHost : the fully qualified location of the HTTP proxy host
107 * SocksServerTestHost : the fully qualified location of the SOCKS server used
/external/openssh/
DREADME.dns17 where "hostname" is your fully qualified hostname and "keyfile" is the
/external/clang/docs/
DBlockLanguageSpec.rst229 qualifiers auto, register, and static. [testme] Variables qualified by
277 qualified as references from self, and so self is imported as a const
315 const-qualified, as if they were references to members of a const
339 cases, they are copied as if the variable were const-qualified, and
DAutomaticReferenceCounting.rst152 Object pointer types may be qualified with additional protocols that the object
294 ``Class`` type (possibly protocol-qualified) then it must actually be a pointer
672 retainable object owner types. An array type is ownership-qualified according
677 type which is already ownership-qualified, even if it is the same qualifier.
706 A type is :arc-term:`nontrivially ownership-qualified` if it is qualified with
762 property's type is ownership-qualified, then the property has that ownership.
907 is a pointer to an (optionally protocol-qualified) Objective-C class ``T`` where
936 Conversion of pointers to ownership-qualified types
943 * ``T`` is qualified with ``__strong``, ``__autoreleasing``, or
944 ``__unsafe_unretained``, and ``U`` is qualified with both ``const`` and
[all …]
DHowToSetupToolingForLLVM.rst112 qualified name. Use ``-ast-list`` to list all filterable declaration node
114 * ``-ast-list`` --- Build ASTs and print the list of declaration node qualified
/external/clang/test/FixIt/
Dfixit-objc.m14 …<X> *P; // expected-warning{{protocol has no object type specified; defaults to qualified 'id'}}
/external/skia/gyp/
Ddebugger.gyp18 # so we're adding package-qualified paths as a fallback.
/external/stlport/doc/
Dpointer_specialization.txt22 to cv qualified types. So the container pointer specializations

12345