Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSpecifiers.h96 TST_atomic, // C11 _Atomic enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDDeclSpec.h321 static const TST TST_atomic = clang::TST_atomic; variable
451 return T == TST_atomic || T == TST_typename || T == TST_typeofType || in isTypeRep()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDDeclSpec.cpp344 case TST_atomic: in isDeclarationOfFunction()
605 case DeclSpec::TST_atomic: return "_Atomic"; in getSpecifierName()
HDSemaTemplateVariadic.cpp890 case TST_atomic: { in containsUnexpandedParameterPacks()
HDSemaType.cpp1332 case DeclSpec::TST_atomic: in ConvertDeclSpecToType()
5995 if (DS.getTypeSpecType() == DeclSpec::TST_atomic) { in VisitAtomicTypeLoc()
HDSemaDecl.cpp5957 case DeclSpec::TST_atomic: { in RebuildDeclaratorInCurrentInstantiation()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp8416 if (DS.SetTypeSpecType(DeclSpec::TST_atomic, StartLoc, PrevSpec, in ParseAtomicSpecifier()