Lines Matching +refs:clang +refs:format +refs:binary
6 dnl Redistribution and use in source and binary forms, with or without
9 dnl distributions including binary code include the above copyright notice and
83 dnl that defines __GNUC__, which means clang, for example, counts as "gcc".
123 # This is assumed either to be GCC or clang, both
288 # MIPS C for IRIX, DEC C, and clang all use -M.
326 # Note: clang doesn't seem to exit with an error status when handed
329 # -M, so the fact that this test always succeeds with clang
812 dnl Check whether a given format can be used to print 64-bit integers
816 AC_MSG_CHECKING([whether %$1x can be used to format 64-bit integers])
1127 dnl Redistribution and use in source and binary forms, with or without
1132 dnl 2. Redistributions in binary form must reproduce the above copyright
1349 dnl Test whether __attribute__((format)) can be used without warnings
1353 AC_MSG_CHECKING([whether __attribute__((format)) can be used without warnings])
1362 __attribute__ ((format (printf, 1, 2)));
1375 [define if your compiler allows __attribute__((format)) without a warning])
1381 dnl Test whether __attribute__((format)) can be applied to function
1386 AC_MSG_CHECKING([whether __attribute__((format)) can be applied to function pointers])
1393 __attribute__ ((format (printf, 1, 2)));
1405 [define if your compiler allows __attribute__((format)) to be applied to function pointers])