Searched refs:PRINTF_HAS_LONG_LONG (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/gnu/usr.bin/gdb/arch/amd64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/arm/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/i386/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/mips/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/powerpc/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/powerpc64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/gnu/usr.bin/gdb/arch/sparc64/
H A Dconfig.h124 #define PRINTF_HAS_LONG_LONG 1 macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalprint.c266 #if defined (CC_HAS_LONG_LONG) && !defined (PRINTF_HAS_LONG_LONG)
307 #if defined (CC_HAS_LONG_LONG) && !defined (PRINTF_HAS_LONG_LONG)
363 #if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)
402 #else /* !CC_HAS_LONG_LONG || !PRINTF_HAS_LONG_LONG */
449 #endif /* CC_HAS_LONG_LONG || PRINTF_HAS_LONG_LONG */
H A Dprintcmd.c1981 #if defined (CC_HAS_LONG_LONG) && defined (PRINTF_HAS_LONG_LONG)

Completed in 107 milliseconds