Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DIdentifierTable.cpp111 HALFSUPPORT = 0x08000, enumerator
141 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp100 HALFSUPPORT = 0x4000, enumerator
139 if (LangOpts.Half && (Flags & HALFSUPPORT)) return KS_Enabled; in getKeywordStatus()
/external/clang/include/clang/Basic/
DTokenKinds.def251 // HALFSUPPORT - This is a keyword if 'half' is a built-in type
545 KEYWORD(half , HALFSUPPORT)
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def278 // HALFSUPPORT - This is a keyword if 'half' is a built-in type
612 KEYWORD(half , HALFSUPPORT)