Home
last modified time | relevance | path

Searched refs:kw_thread_local (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h71 kw_thread_local, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1480 case tok::kw_thread_local: in isCXXDeclarationSpecifier()
H A DParseDecl.cpp4070 case tok::kw_thread_local: in ParseDeclarationSpecifiers()
5676 case tok::kw_thread_local: in isDeclarationSpecifier()
H A DParseDeclCXX.cpp1471 case tok::kw_thread_local: // struct foo {...} thread_local x; in isValidAfterTypeSpecifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1840 if (!EatIfPresent(lltok::kw_thread_local)) in parseOptionalThreadLocal()