Searched defs:__is_pod (Results 1 – 4 of 4) sorted by relevance
78 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function79 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function80 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function81 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function82 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function83 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function84 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function85 int check_non_pod_block2[__is_pod(int (^ __strong)(int))? -1 : 1]; function
78 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function79 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function80 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function81 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function82 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function83 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function84 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
4 struct __is_pod { struct5 enum { __value };
10 struct __is_pod { struct