Lines Matching full:clang
21 * The intrinsic declaration are guarded by predefined ACLE macros in clang:
53 # error "Minimum version of Clang for MBEDTLS_AESCE_C on 32-bit Arm or Thumb is 11.0."
55 # error "Minimum version of Clang for MBEDTLS_AESCE_C on aarch64 is 4.0."
85 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function)
89 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function)
406 /* On clang for A32/T32, work around some missing intrinsics and types which are listed in
468 /* Missing intrinsics common to both GCC 5, and Clang on 32-bit */
489 * poly64x1_t are different, that is different with MSVC and Clang. */
492 /* MSVC reports `error C2440: 'type cast'` with cast. Clang does not report
494 * cast for clang also. */
609 #pragma clang attribute pop