Searched refs:DSC (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Didentifiers.c71 s->n_defined = cpp_lookup (pfile, DSC("defined"));
72 s->n_true = cpp_lookup (pfile, DSC("true"));
73 s->n_false = cpp_lookup (pfile, DSC("false"));
74 s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__"));
H A Dpch.c639 s->n_defined = cpp_lookup (r, DSC("defined"));
640 s->n_true = cpp_lookup (r, DSC("true"));
641 s->n_false = cpp_lookup (r, DSC("false"));
642 s->n__VA_ARGS__ = cpp_lookup (r, DSC("__VA_ARGS__"));
H A Dinit.c305 #define B(n, t) { DSC(n), t }
H A Dinternal.h635 #define DSC(str) (const unsigned char *)str, sizeof str - 1 macro
H A Dmacro.c1657 if (! ustrncmp (NODE_NAME (node), DSC ("__STDC_")))
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_log.c402 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
403 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
416 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
417 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h126 explicit GraphRenderer(const FuncIdConversionHelper &FuncIdHelper, bool DSC) argument
127 : FuncIdHelper(FuncIdHelper), DeduceSiblingCalls(DSC),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2130 static bool isTypeSpecifier(DeclSpecContext DSC) { argument
2131 switch (DSC) {
2151 static bool isClassTemplateDeductionContext(DeclSpecContext DSC) { argument
2152 switch (DSC) {
2213 AccessSpecifier AS, DeclSpecContext DSC,
2221 DeclSpecContext DSC = DeclSpecContext::DSC_normal,
2229 DeclSpecContext DSC = DeclSpecContext::DSC_normal);
2236 AccessSpecifier AS, DeclSpecContext DSC);
2862 DeclSpecContext DSC,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp47 DeclSpecContext DSC = getDeclSpecContextFromDeclaratorContext(Context); local
48 if (DSC == DeclSpecContext::DSC_normal)
49 DSC = DeclSpecContext::DSC_type_specifier;
55 ParseSpecifierQualifierList(DS, AS, DSC);
2488 DeclSpecContext DSC) {
2492 ParseDeclarationSpecifiers(DS, ParsedTemplateInfo(), AS, DSC);
2496 if (isTypeSpecifier(DSC) && !DS.hasTypeSpecifier()) {
2527 if (DS.hasConstexprSpecifier() && DSC != DeclSpecContext::DSC_condition) {
2569 AccessSpecifier AS, DeclSpecContext DSC,
2593 if (!isTypeSpecifier(DSC)
2487 ParseSpecifierQualifierList(DeclSpec &DS, AccessSpecifier AS, DeclSpecContext DSC) argument
2567 ParseImplicitInt(DeclSpec &DS, CXXScopeSpec *SS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC, ParsedAttributesWithRange &Attrs) argument
4366 ParseEnumSpecifier(SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, DeclSpecContext DSC) argument
[all...]
H A DParseDeclCXX.cpp1395 bool EnteringContext, DeclSpecContext DSC,
1676 // For these, DSC is DeclSpecContext::DSC_type_specifier or
1684 if (DSC == DeclSpecContext::DSC_trailing)
1735 } else if (!isTypeSpecifier(DSC) &&
1936 DSC == DeclSpecContext::DSC_type_specifier,
1937 DSC == DeclSpecContext::DSC_template_param ||
1938 DSC == DeclSpecContext::DSC_template_type_arg,
2012 (getLangOpts().CPlusPlus || !isTypeSpecifier(DSC)) &&
1391 ParseClassSpecifier(tok::TokenKind TagTokKind, SourceLocation StartLoc, DeclSpec &DS, const ParsedTemplateInfo &TemplateInfo, AccessSpecifier AS, bool EnteringContext, DeclSpecContext DSC, ParsedAttributesWithRange &Attributes) argument
H A DParseOpenMP.cpp613 Parser::DeclSpecContext DSC = Parser::DeclSpecContext::DSC_type_specifier; local
615 ParseSpecifierQualifierList(DS, AS, DSC);
/freebsd-11-stable/sys/dev/usb/quirk/
H A Dusb_quirk.c408 USB_QUIRK(SONY, DSC, 0x0500, 0x0500, UQ_MSC_FORCE_WIRE_CBI,
410 USB_QUIRK(SONY, DSC, 0x0600, 0x0600, UQ_MSC_FORCE_WIRE_CBI,
412 USB_QUIRK(SONY, DSC, 0x0000, 0xffff, UQ_MSC_FORCE_WIRE_CBI,

Completed in 152 milliseconds