Searched refs:TST_extint (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h53 TST_extint, // Extended Int types. enumerator in enum:clang::TypeSpecifierType
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp367 case TST_extint:
553 case DeclSpec::TST_extint: return "_ExtInt";
947 TypeSpecType = TST_extint;
1248 !IsFixedPointType && TypeSpecType != TST_extint) {
1298 TypeSpecType == TST_extint) {
H A DSemaTemplateVariadic.cpp874 case TST_extint:
H A DSemaType.cpp1438 case DeclSpec::TST_extint: {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h269 static const TST TST_extint = clang::TST_extint; member in class:clang::DeclSpec
406 return (T == TST_typeofExpr || T == TST_decltype || T == TST_extint);

Completed in 216 milliseconds