Home
last modified time | relevance | path

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

/freebsd-src/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-src/sbin/fdisk/
H A Dfdisk.c68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro
[all...]
/freebsd-src/contrib/sqlite3/
H A Dshell.c3693 typedef struct Decimal Decimal; global() typedef
3694 struct Decimal { global() struct
3705 aDecimal global() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2853 int8_t Decimal; global() member