Home
last modified time | relevance | path

Searched refs:HALFSUPPORT (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DIdentifierTable.cpp100 HALFSUPPORT = 0x4000, enumerator
142 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def280 // HALFSUPPORT - This is a keyword if 'half' is a built-in type
621 KEYWORD(half , HALFSUPPORT)