Home
last modified time | relevance | path

Searched defs:__is_pod (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaObjCXX/
Darc-non-pod.mm78 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function
79 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function
80 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function
81 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function
82 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function
83 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function
84 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
85 int check_non_pod_block2[__is_pod(int (^ __strong)(int))? -1 : 1]; function
/external/clang/test/ARCMT/
Dcxx-checking.mm78 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function
79 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function
80 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function
81 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function
82 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function
83 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function
84 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
/external/clang/test/PCH/
Dcxx-traits.h4 struct __is_pod { struct
5 enum { __value };
/external/clang/test/SemaCXX/
Dlibstdcxx_is_pod_hack.cpp10 struct __is_pod { struct