Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp110 HALFSUPPORT = 0x08000, enumerator
139 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def246 // HALFSUPPORT - This is a keyword if 'half' is a built-in type
523 KEYWORD(half , HALFSUPPORT)