Searched defs:__is_pod (Results 1 – 3 of 3) sorted by relevance
74 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function75 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function76 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function77 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function78 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function79 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function80 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
10 struct __is_pod { struct11 __is_pod() {} in __is_pod() function
4 struct __is_pod { struct5 enum { __value };