Home
last modified time | relevance | path

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

1234

/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 …]
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()
DClassInfo.java864 String qualified = qualifiedName(); in makeHDF() local
876 data.setValue("class.qualified", qualified); in makeHDF()
959 if ("java.lang.Object".equals(qualified) || "java.io.Serializable".equals(qualified)) { 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/
Dpropert-dot-error.mm65 …d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
66 d->Forward::ivar = 12; // expected-error{{ivar access cannot be qualified with 'Forward::'}}
Darc-templates.mm55 // Check substitution into lifetime-qualified dependent types.
100 …/ expected-error{{the type 'T_type' (aka '__weak id') is already explicitly ownership-qualified}} \
101 …/ expected-error{{the type 'T_type' (aka '__strong id') is already explicitly ownership-qualified}}
157 // Test partial ordering (qualified vs. non-qualified).
Darc-object-init-destroy.mm10 …do-destructor destroys object of type '__strong id' with inconsistently-qualified type 'weak_id' (…
11 …eudo-destructor destroys object of type '__weak id' with inconsistently-qualified type 'strong_id'…
Dconversion-ranking.mm83 // conversion to qualified 'id'.
Darc-type-traits.mm4 // lifetime-qualified types in ARC.
/external/clang/include/clang/AST/
DBuiltinTypes.def69 // 'unsigned char', explicitly qualified
101 // 'signed char', explicitly qualified
166 // foo # possibly qualified, not if an implicit access
167 // foo # possibly qualified, not if an implicit access
168 // &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/CodeGenObjCXX/
Darc-globals.mm3 // Test that we're properly retaining lifetime-qualified pointers
/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/stlport/doc/
Dpointer_specialization.txt22 to cv qualified types. So the container pointer specializations
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td533 "qualified reference to %0 is a constructor name rather than a "
536 "qualified reference to %0 is a constructor name rather than a "
540 "expected a qualified name after 'typename'">;
542 "expected a qualified name after 'typename'">;
DLangOptions.def73 LANGOPT(ConstStrings , 1, 0, "const-qualified string support")
DDiagnosticSemaKinds.td206 "using declaration requires a qualified name">;
741 "must use a qualified name when declaring a %select{constructor|"
752 "friend function definition cannot be qualified with '%0'">;
914 "qualified member access refers to a member in %0">;
1037 "the function it overrides (class type %1 is more qualified than class "
1508 "function type may not be qualified with an address space">;
1510 "automatic variable qualified with an address space">;
1512 "parameter may not be qualified with an address space">;
1514 "the type %0 is already explicitly ownership-qualified">;
2739 "qualified name refers into a specialization of function template '%0'">;
[all …]
/external/clang/docs/
DBlockLanguageSpec.txt113 …local storage qualifiers auto, register, and static.[testme] Variables qualified by __block act a…
129 …lexical scope of the compound statement. These variables are implicitly qualified as references fr…
/external/libxml2/
Dvalid.c6161 int qualified = -1; in xmlValidateOneElement() local
6199 if (qualified < 0) in xmlValidateOneElement()
6200 qualified = 0; in xmlValidateOneElement()
6203 if (qualified < 1) in xmlValidateOneElement()
6204 qualified = 1; in xmlValidateOneElement()
6220 if (qualified == -1) { in xmlValidateOneElement()
6232 } else if (qualified == 0) { in xmlValidateOneElement()
6236 } else if (qualified == 1) { in xmlValidateOneElement()
/external/clang/lib/StaticAnalyzer/
DREADME.txt86 taking type qualifiers into account. It does not matter we use qualified
/external/expat/
DChanges154 effect, then qualified, prefixed element and attribute names

1234