Home
last modified time | relevance | path

Searched refs:INTMAX_C (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSpecialSymbolMap.inc22 SYMBOL(INTMAX_C, None, <stdint.h>)
H A DStdSpecialSymbolMap.inc838 SYMBOL(INTMAX_C, None, <cstdint>)
839 SYMBOL(INTMAX_C, None, <stdint.h>)
/freebsd/sys/riscv/include/
H A D_stdint.h44 #define INTMAX_C(c) INT64_C(c) macro
/freebsd/sys/arm64/include/
H A D_stdint.h48 #define INTMAX_C(c) INT64_C(c) macro
/freebsd/sys/arm/include/
H A D_stdint.h46 #define INTMAX_C(c) INT64_C(c) macro
/freebsd/sys/x86/include/
H A D_stdint.h59 #define INTMAX_C(c) INT64_C(c) macro
/freebsd/sys/powerpc/include/
H A D_stdint.h59 #define INTMAX_C(c) INT64_C(c) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdint96 INTMAX_C(value)
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdint96 INTMAX_C(value)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h830 #define INTMAX_C(v) __INTMAX_C(v) macro
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h867 #define INTMAX_C(v) __int_c(v, __INTMAX_C_SUFFIX__) macro