Home
last modified time | relevance | path

Searched defs:Decimal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 enum class Base { Binary, Decimal, Hex, Other }; enumerator
63 const auto Decimal = Option.Decimal; in process() local
/freebsd/sbin/fdisk/
H A Dfdisk.c68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro
/freebsd/contrib/sqlite3/
H A Dshell.c3688 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 DFormat.h2983 int8_t Decimal; member