Searched defs:__is_pod (Results 1 – 3 of 3) sorted by relevance
73 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function74 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function75 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function76 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function77 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function78 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function79 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
10 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier}} struct11 __is_pod() {} in __is_pod() argument
6 struct __is_pod { // expected-warning {{keyword '__is_pod' will be made available as an identifier … struct7 enum { __value };