Home
last modified time | relevance | path

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

/external/clang/test/ARCMT/
Dcxx-checking.mm74 int check_non_pod_objc_pointer0[__is_pod(id)? 1 : -1]; function
75 int check_non_pod_objc_pointer1[__is_pod(__strong id)? -1 : 1]; function
76 int check_non_pod_objc_pointer2[__is_pod(__unsafe_unretained id)? 1 : -1]; function
77 int check_non_pod_objc_pointer3[__is_pod(id[2][3])? 1 : -1]; function
78 int check_non_pod_objc_pointer4[__is_pod(__unsafe_unretained id[2][3])? 1 : -1]; function
79 int check_non_pod_block0[__is_pod(int (^)(int))? 1 : -1]; function
80 int check_non_pod_block1[__is_pod(int (^ __unsafe_unretained)(int))? 1 : -1]; function
/external/clang/test/SemaCXX/
Dlibstdcxx_is_pod_hack.cpp10 struct __is_pod { struct
11 __is_pod() {} in __is_pod() function
/external/clang/test/PCH/
Dcxx-traits.h4 struct __is_pod { struct
5 enum { __value };