Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def56 LineComment | C99 | Digraphs | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
69 LineComment | C99 | C11 | Digraphs | HexFloat)
76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)
97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)
134 Digraphs | HexFloat)
140 Digraphs | HexFloat | GNUMode)
[all …]
H A DLangStandard.h56 HexFloat = (1 << 13), enumerator
126 bool hasHexFloats() const { return Flags & HexFloat; } in hasHexFloats()