Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def55 LineComment | C99 | Digraphs | HexFloat)
62 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
75 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
81 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
87 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
93 LineComment | C99 | C11 | C17 | C23 | Digraphs | HexFloat)
97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)
105 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | HexFloat)
108 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | GNUMode | HexFloat)
[all …]
H A DLangStandard.h65 HexFloat = (1 << 15), enumerator
148 bool hasHexFloats() const { return Flags & HexFloat; } in hasHexFloats()