Lines Matching full:clang
44 * - Clang
277 /* Clang */
294 /* GCC. Clang also defines __GNUC__ so don't detect GCC if using Clang. */
870 /* --- Clang --- */
875 /* Clang: assume we have __va_copy() in non-C99 mode. */
923 * Clang. Based on documentation it should suffice to have the attribute
947 #define DUK_USE_COMPILER_STRING "clang"
949 #define DUK_USE_COMPILER_STRING "clang"
1032 * Clang. Based on documentation it should suffice to have the attribute
1209 * Clang. Based on documentation it should suffice to have the attribute
2326 /* GCC and Clang provide endianness defines as built-in predefines, with
2328 * output of "make gccpredefs" and "make clangpredefs". Clang doesn't
2329 * seem to provide __FLOAT_WORD_ORDER__; assume not mixed endian for clang.
2689 /* GCC/clang inaccurate math would break compliance and probably duk_tval,