Searched refs:c_sizeof_or_alignof_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dc-common.h662 extern tree c_sizeof_or_alignof_type (tree, bool, int);
677 #define c_sizeof(T) c_sizeof_or_alignof_type (T, true, 1)
678 #define c_alignof(T) c_sizeof_or_alignof_type (T, false, 1)
H A Dc-common.c3000 c_sizeof_or_alignof_type (tree type, bool is_sizeof, int complain)
2987 c_sizeof_or_alignof_type (tree type, bool is_sizeof, int complain) function
/freebsd-12-stable/contrib/gcc/cp/
H A Dtypeck.c1313 return c_sizeof_or_alignof_type (complete_type (type),

Completed in 113 milliseconds