Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DLangStandards.def47 LineComment | C99 | Digraphs | HexFloat)
50 LineComment | C99 | Digraphs | HexFloat)
53 LineComment | C99 | Digraphs | HexFloat)
56 LineComment | C99 | Digraphs | HexFloat)
60 LineComment | C99 | Digraphs | GNUMode | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat)
74 LineComment | C99 | C11 | Digraphs | HexFloat)
77 LineComment | C99 | C11 | Digraphs | HexFloat)
[all …]
DLangStandard.h30 HexFloat = (1 << 9), enumerator
85 bool hasHexFloats() const { return Flags & frontend::HexFloat; } in hasHexFloats()