Searched refs:qualifiers (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Sema/
H A Dpredef.c9 expected-warning {{initializing 'char *' with an expression of type 'const char [1]' discards qualifiers}}
/external/openssl/crypto/x509v3/
H A Dpcy_data.c70 /* 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;
H A Dv3_cpols.c98 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);
H A Dx509v3.h305 STACK_OF(POLICYQUALINFO) *qualifiers; member in struct:POLICYINFO_st
/external/srtp/
H A DAndroid.mk34 -Wno-ignored-qualifiers \
/external/chromium/chrome/browser/extensions/
H A Dextension_webnavigation_api.cc92 ListValue* qualifiers = new ListValue(); local
94 qualifiers->Append(Value::CreateStringValue("client_redirect"));
96 qualifiers->Append(Value::CreateStringValue("server_redirect"));
98 qualifiers->Append(Value::CreateStringValue("forward_back"));
99 dict->Set(keys::kTransitionQualifiersKey, qualifiers);
/external/libvpx/examples/includes/geshi/geshi/
H A Dpixelbender.php31 * 4. Statements * & qualifiers (in, out, inout)
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp3154 // Redeclarations are allowed. But, return types and parameter qualifiers must match.
3164 context->error((yyvsp[(2) - (2)].lex).line, "overloaded functions must have the same parameter qualifiers", (yyvsp[(1) - (2)].interm.function)->getParam(i).type->getQualifierString(), "");
3234 context->error((yyvsp[(2) - (3)].lex).line, "no qualifiers allowed for function return", getQualifierString((yyvsp[(1) - (3)].interm.type).qualifier), "");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java378 protected static final Set getQualifierSet(ASN1Sequence qualifiers) argument
383 if (qualifiers == null)
391 Enumeration e = qualifiers.getObjects();
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c151 int type_quals; /* The type qualifiers. */
469 combined by bitwise-or to form the complete set of qualifiers for a
602 /* Return the string corresponding to the qualifiers given by
844 DMGL_ANSI ANSI qualifiers such as `const' and `void' are
2388 mangled string; qualifiers, local class indicators, etc. have
3142 int qualifiers = 0; local
3176 qualifiers = consume_count_with_underscores (mangled);
3177 if (qualifiers == -1)
3193 qualifiers = atoi (num);
3216 while (qualifiers
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp3908 "duplicate layout qualifiers used\n");
/external/openssl/include/openssl/
H A Dx509v3.h305 STACK_OF(POLICYQUALINFO) *qualifiers; member in struct:POLICYINFO_st
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp_unittest.py2264 qualifiers = [None, 'const', 'volatile']
2298 other_decl_specs = [random.choice(qualifiers), random.choice(signs),
/external/valgrind/main/perf/
H A Dtinycc.c11677 qualifiers).
11852 warning("assignment discards qualifiers from pointer target type");
12482 /* remove const and volatile qualifiers (XXX: const could be used
12588 int qualifiers;
12591 qualifiers = 0;
12598 qualifiers |= VT_CONSTANT;
12603 qualifiers |= VT_VOLATILE;
12611 type->t |= qualifiers;
12586 int qualifiers; local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 414 milliseconds