Home
last modified time | relevance | path

Searched refs:TSS_unsigned (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h36 TSS_unsigned enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp516 case TSS_unsigned: return "unsigned"; in getSpecifierName()
1105 TypeSpecSign = TSS_unsigned; in Finish()
1134 TypeSpecSign = TSS_unsigned; in Finish()
H A DSemaType.cpp1254 assert(DS.getTypeSpecSign() == DeclSpec::TSS_unsigned && in ConvertDeclSpecToType()
1268 assert(DS.getTypeSpecSign() == DeclSpec::TSS_unsigned && in ConvertDeclSpecToType()
1349 if (DS.getTypeSpecSign() != DeclSpec::TSS_unsigned) { in ConvertDeclSpecToType()
1405 if (DS.getTypeSpecSign() == DeclSpec::TSS_unsigned) in ConvertDeclSpecToType()
1428 if (DS.getTypeSpecSign() == DeclSpec::TSS_unsigned) in ConvertDeclSpecToType()
1440 if (DS.getTypeSpecSign() == DeclSpec::TSS_unsigned) in ConvertDeclSpecToType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h268 static const TSS TSS_unsigned = clang::TSS_unsigned; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1954 DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()
H A DParseDecl.cpp3555 isInvalid = DS.SetTypeSpecSign(DeclSpec::TSS_unsigned, Loc, PrevSpec, in ParseDeclarationSpecifiers()