Searched defs:Decimal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 63 const auto Decimal = Option.Decimal; in process() local
|
/freebsd/sbin/fdisk/ |
H A D | fdisk.c | 68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 3688 typedef struct Decimal Decimal; typedef 3689 struct Decimal { struct 3700 ** Release memory held by a Decimal, but do not free the object itself. argument
|
/freebsd/contrib/llvm-project/clang/include/clang/Format/ |
H A D | Format.h | 2983 int8_t Decimal; member
|