Home
last modified time | relevance | path

Searched refs:TST_atomic (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h80 TST_atomic, // C11 _Atomic enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h296 static const TST TST_atomic = clang::TST_atomic; variable
403 T == TST_underlyingType || T == TST_atomic); in isTypeRep()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp344 case TST_atomic: in isDeclarationOfFunction()
579 case DeclSpec::TST_atomic: return "_Atomic"; in getSpecifierName()
H A DSemaTemplateVariadic.cpp865 case TST_atomic: { in containsUnexpandedParameterPacks()
H A DSemaType.cpp1684 case DeclSpec::TST_atomic: in ConvertDeclSpecToType()
6015 if (DS.getTypeSpecType() == DeclSpec::TST_atomic) { in VisitAtomicTypeLoc()
H A DSemaDecl.cpp5510 case DeclSpec::TST_atomic: { in RebuildDeclaratorInCurrentInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp7315 if (DS.SetTypeSpecType(DeclSpec::TST_atomic, StartLoc, PrevSpec, in ParseAtomicSpecifier()