Searched refs:__must_be_array (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/linux/
H A Dcompiler.h353 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) macro
/u-boot/scripts/
H A Dcheckpatch.pl6008 $tmp_stmt =~ s/\b(__must_be_array|offsetof|sizeof|sizeof_field|__stringify|typeof|__typeof__|__builtin\w+|typecheck\s*\(\s*$Type\s*,|\#+)\s*\(*\s*$arg\s*\)*\b//g;

Completed in 111 milliseconds