HomeSort by relevance Sort by last modified time
    Searched full:qualifiers (Results 26 - 50 of 446) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.mptr.oper/
p5.cpp 37 (pcv->*pm)(); // expected-error{{call to pointer to member function of type 'void ()' drops 'const volatile' qualifiers}}
57 (ocv.*pm)(); // expected-error{{call to pointer to member function of type 'void ()' drops 'const volatile' qualifiers}}
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 91 S0<ci> s0c; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const int' ignores qualifiers}}
92 S0<vi> s0v; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'volatile int' ignores qualifiers}}
93 S0<cvi> s0cv; // expected-error{{reference binding of non-type template parameter of type 'int &' to template argument of type 'const volatile int' ignores qualifiers}}
97 S1<vi> s1v; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'volatile int' ignores qualifiers}}
98 S1<cvi> s1cv; // expected-error{{reference binding of non-type template parameter of type 'const int &' to template argument of type 'const volatile int' ignores qualifiers}}
101 S2<ci> s2c; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const int' ignores qualifiers}}
103 S2<cvi> s2cv; // expected-error{{reference binding of non-type template parameter of type 'volatile int &' to template argument of type 'const volatile int' ignores qualifiers}}
117 T &ref2 = ref; // expected-error{{drops qualifiers}}
  /libcore/luni/src/main/java/java/security/cert/
PolicyNode.java 63 * Returns the policy qualifiers associated with the policy of this node.
65 * @return the policy qualifiers associated with the policy of this node.
  /external/clang/lib/AST/
TypePrinter.cpp 50 void print(const Type *ty, Qualifiers qs, std::string &buffer);
62 if (TypeQuals & Qualifiers::Const) {
66 if (TypeQuals & Qualifiers::Volatile) {
70 if (TypeQuals & Qualifiers::Restrict) {
81 void TypePrinter::print(const Type *T, Qualifiers Quals, std::string &buffer) {
90 // Print qualifiers as appropriate.
92 // CanPrefixQualifiers - We prefer to print type qualifiers before the type,
187 // If we're adding the qualifiers as a prefix, do it now.
859 // Prefer the macro forms of the GC and ownership qualifiers.
916 while (tmp.getObjCGCAttr() == Qualifiers::GCNone)
    [all...]
MicrosoftMangle.cpp 55 void mangleQualifiers(Qualifiers Quals, bool IsMember);
231 // <variable-type> ::= <type> <cvr-qualifiers>
528 void MicrosoftCXXNameMangler::mangleQualifiers(Qualifiers Quals,
530 // <cvr-qualifiers> ::= [E] [F] [I] <base-cvr-qualifiers>
535 // <base-cvr-qualifiers> ::= A # near
608 // FIXME: For now, just drop all extension qualifiers on the floor.
615 Qualifiers Quals = T.getLocalQualifiers();
618 // <pointer-cvr-qualifiers> ::= P # pointer
633 // Just emit qualifiers like normal
    [all...]
Type.cpp 30 bool Qualifiers::isStrictSupersetOf(Qualifiers Other) const {
32 // CVR qualifiers superset
34 // ObjC GC qualifiers superset
175 /// element type of the array, potentially with type qualifiers missing.
176 /// This method should never be used when type qualifiers are meaningful.
247 // All the qualifiers we've seen so far.
248 Qualifiers quals = split.second;
270 // Otherwise, split the underlying type. If that yields qualifiers,
284 // FIXME: this seems inherently un-qualifiers-safe
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
p3-0x.cpp 18 // FIXME: We don't support ref-qualifiers yet.
  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 7 // expected-warning{{reference qualifiers on functions are a C++11 extension}}
  /external/clang/test/Sema/
array-constraint.c 49 strFunc(staticAry); // expected-warning{{passing 'const char [5]' to parameter of type 'char *' discards qualifiers}}
declspec.c 18 // Type qualifiers.
return.c 1 // RUN: %clang %s -fsyntax-only -Wignored-qualifiers -Wreturn-type -Xclang -verify -fblocks -Wno-unreachable-code -Wno-unused-value
242 // Test warnings on ignored qualifiers on return types.
244 const volatile int ignored_cv_quals(); // expected-warning{{'const volatile' type qualifiers on return type have no effect}}
245 char* const volatile restrict ignored_cvr_quals(); // expected-warning{{'const volatile restrict' type qualifiers on return type have no effect}}
stdcall-fastcall.c 8 // Different CC qualifiers are not compatible
  /external/clang/test/SemaCXX/
literal-operators.cpp 37 // Check extra cv-qualifiers
  /external/openssl/crypto/x509v3/
pcy_data.c 70 /* Don't free qualifiers if shared */
81 * and additional data with just the qualifiers of anyPolicy and ID from
127 ret->qualifier_set = policy->qualifiers;
128 policy->qualifiers = NULL;
v3_cpols.c 98 ASN1_SEQUENCE_OF_OPT(POLICYINFO, qualifiers, POLICYQUALINFO)
218 if(!pol->qualifiers) pol->qualifiers =
221 if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
244 if(!pol->qualifiers) pol->qualifiers =
246 if(!sk_POLICYQUALINFO_push(pol->qualifiers, qual))
376 if(pinfo->qualifiers)
377 print_qualifiers(out, pinfo->qualifiers, indent + 2);
451 BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "")
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
BaseTypes.h 11 // Precision qualifiers
71 // Qualifiers and built-ins. These are mainly used to see what can be read
  /external/clang/include/clang/Basic/
OpenCL.h 19 /// Names for the OpenCL image access qualifiers (OpenCL 1.1 6.6).
  /external/clang/test/CodeGen/
functions.c 42 // Qualifiers on parameter types shouldn't make a difference.
  /external/srtp/
Android.mk 34 -Wno-ignored-qualifiers \
  /external/strace/
TODO 22 add system assist for qualifiers on svr4
  /external/clang/test/SemaObjCXX/
arc-templates.mm 38 // lifetime qualifiers.
76 // Adding qualifiers
80 // Adding redundant qualifiers
84 // Adding nonsensical qualifiers.
257 // Template argument deduction involving lifetime qualifiers and
  /frameworks/base/docs/html/guide/topics/resources/
providing-resources.jd 234 <p class="caution"><strong>Caution:</strong> When appending multiple qualifiers, you must
235 place them in the same order in which they are listed in table 2. If the qualifiers are ordered
260 configuration information with the qualifiers in the resource directory name.</p>
262 <p>Android supports several configuration qualifiers and you can
263 add multiple qualifiers to one directory name, by separating each qualifier with a dash. Table 2
264 lists the valid configuration qualifiers, in order of precedence&mdash;if you use multiple
265 qualifiers for a resource directory, you must add them to the directory name in the order they
478 resources with qualifiers that better match the current device configuration, the system may use
600 resources with qualifiers that better match the current device configuration, the system may use
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 755 DS.getTypeSpecSign() == 0 && "No qualifiers on tag names!");
772 "Can't handle qualifiers on typedef names yet!");
779 // Silently drop any existing protocol qualifiers.
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 419 Qualifiers::ObjCLifetime lifetime) {
421 case Qualifiers::OCL_None:
424 case Qualifiers::OCL_ExplicitNone:
428 case Qualifiers::OCL_Strong: {
439 case Qualifiers::OCL_Autoreleasing:
443 case Qualifiers::OCL_Weak:
488 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime();
508 if (lifetime != Qualifiers::OCL_ExplicitNone)
527 if (lifetime == Qualifiers::OCL_Weak)
539 case Qualifiers::OCL_None
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 37 /// qualifiers (const, volatile, restrict) attached to it.
115 /// \brief Retrieve all qualifiers.
116 Qualifiers getQualifiers() const { return Stored.getLocalQualifiers(); }
118 /// \brief Retrieve the const/volatile/restrict qualifiers.
121 /// \brief Determines whether this type has any qualifiers
136 /// process decays arrays to pointers and drops top-level qualifiers.
519 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Qualifiers, getIndexTypeQualifiers)
528 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Qualifiers, getIndexTypeQualifiers)
538 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Qualifiers, getIndexTypeQualifiers)
547 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Qualifiers, getIndexTypeQualifiers
    [all...]

Completed in 487 milliseconds

12 3 4 5 6 7 8 91011>>