Searched refs:SCS (Results 1 – 13 of 13) sorted by relevance
| /freebsd-9-stable/sys/teken/ |
| D | sequences | 74 G0SCS0 G0 SCS Special Graphics ^[ ( 0 75 G0SCS1 G0 SCS US ASCII ^[ ( 1 76 G0SCS2 G0 SCS Special Graphics ^[ ( 2 77 G0SCSA G0 SCS UK National ^[ ( A 78 G0SCSB G0 SCS US ASCII ^[ ( B 79 G1SCS0 G1 SCS Special Graphics ^[ ) 0 80 G1SCS1 G1 SCS US ASCII ^[ ) 1 81 G1SCS2 G1 SCS Special Graphics ^[ ) 2 82 G1SCSA G1 SCS UK National ^[ ) A 83 G1SCSB G1 SCS US ASCII ^[ ) B
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaOverload.cpp | 72 StandardConversionSequence &SCS, 79 StandardConversionSequence &SCS, 1408 StandardConversionSequence &SCS, 1421 StandardConversionSequence &SCS, in IsStandardConversion() argument 1427 SCS.setAsIdentityConversion(); in IsStandardConversion() 1428 SCS.DeprecatedStringLiteralToCharPtr = false; in IsStandardConversion() 1429 SCS.IncompatibleObjC = false; in IsStandardConversion() 1430 SCS.setFromType(FromType); in IsStandardConversion() 1431 SCS.CopyConstructor = 0; in IsStandardConversion() 1504 SCS.First = ICK_Lvalue_To_Rvalue; in IsStandardConversion() [all …]
|
| D | DeclSpec.cpp | 376 const char *DeclSpec::getSpecifierName(DeclSpec::SCS S) { in getSpecifierName() 484 bool DeclSpec::SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc, in SetStorageClassSpec() 536 return BadSpecifier(SC, (SCS)StorageClassSpec, PrevSpec, DiagID); in SetStorageClassSpec() 1108 if (DeclSpec::SCS SC = getStorageClassSpec()) { in Finish()
|
| D | SemaExprCXX.cpp | 2671 const StandardConversionSequence& SCS, in PerformImplicitConversion() argument 2682 if (SCS.CopyConstructor) { in PerformImplicitConversion() 2685 if (SCS.Second == ICK_Derived_To_Base) { in PerformImplicitConversion() 2687 if (CompleteConstructorCall(cast<CXXConstructorDecl>(SCS.CopyConstructor), in PerformImplicitConversion() 2692 ToType, SCS.CopyConstructor, in PerformImplicitConversion() 2700 ToType, SCS.CopyConstructor, in PerformImplicitConversion() 2731 switch (SCS.First) { in PerformImplicitConversion() 2762 switch (SCS.Second) { in PerformImplicitConversion() 2785 SCS.Second == ICK_Integral_Promotion && in PerformImplicitConversion() 2837 if (SCS.IncompatibleObjC && Action != AA_Casting) { in PerformImplicitConversion() [all …]
|
| D | SemaDeclObjC.cpp | 3419 } else if (DeclSpec::SCS SCS = DS.getStorageClassSpec()) { in ActOnObjCExceptionDecl() local 3421 << DeclSpec::getSpecifierName(SCS); in ActOnObjCExceptionDecl()
|
| D | SemaInit.cpp | 6986 const StandardConversionSequence *SCS = 0; in DiagnoseNarrowingInInitList() local 6989 SCS = &ICS.Standard; in DiagnoseNarrowingInInitList() 6992 SCS = &ICS.UserDefined.After; in DiagnoseNarrowingInInitList() 7003 switch (SCS->getNarrowingKind(S.Context, PostInit, ConstantValue, in DiagnoseNarrowingInInitList()
|
| D | SemaDecl.cpp | 3371 if (DeclSpec::SCS SCS = DS.getStorageClassSpec()) in ParsedFreeStandingDeclSpec() local 3372 if (!DS.isExternInLinkageSpec() && SCS != DeclSpec::SCS_typedef) in ParsedFreeStandingDeclSpec() 3374 << DeclSpec::getSpecifierName(SCS); in ParsedFreeStandingDeclSpec() 3532 DeclSpec::SCS StorageClassSpec = DS.getStorageClassSpec(); in StorageClassSpecToVarDeclStorageClass() 3737 DeclSpec::SCS SCSpec = DS.getStorageClassSpec(); in BuildAnonymousStructOrUnion() 4941 DeclSpec::SCS SCSpec = D.getDeclSpec().getStorageClassSpec(); in ActOnVariableDeclarator()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | DeclSpec.h | 219 enum SCS { enum 442 SCS getStorageClassSpec() const { return (SCS)StorageClassSpec; } in getStorageClassSpec() 524 static const char *getSpecifierName(DeclSpec::SCS S); 606 bool SetStorageClassSpec(Sema &S, SCS SC, SourceLocation Loc,
|
| D | Sema.h | 7361 const StandardConversionSequence& SCS,
|
| /freebsd-9-stable/contrib/top/ |
| D | Changes | 409 Vixie: "These changes were not made at, by, or for SCS proper. 410 SCS would probably be interested in them, but so far only the 416 The SCS peculiarities are summarized in Changes.scs.
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx.reg | 3397 * Interrupt branch address for SCS SEQ_INT1 mode 0 and 1 interrupts.
|
| /freebsd-9-stable/contrib/ncurses/misc/ |
| D | terminfo.src | 17775 # SCS select G0 = US: esc ( B 17776 # SCS select G1 = line-graphic: esc ) 0 17883 # SCS select G0 = US: esc ( B 17884 # SCS select G1 = line-graphic: esc ) 0 20033 # SCS Set Char. Spacing * \E [ Pn SPC g - - - 21412 # * modify kterm to use acsc via SCS controls.
|
| /freebsd-9-stable/contrib/ncurses/ |
| D | NEWS | 4085 + modify kterm terminfo entry to use SCS sequence to support alternate
|