Searched refs:__safe (Results 1 – 4 of 4) sorted by relevance
1 #define __safe __attribute__((safe)) macro6 int __safe *ptr; in test_safe()8 int __safe *ptr2 = ptr; in test_safe()11 int __safe var3 = obj; in test_safe()22 ptr = (int __safe *) &obj; in test_safe()
2 #define __safe __attribute__((safe)) macro58 if ([int *] == [int __safe *]) return 1; in test()
5 #define __safe __attribute__((safe)) macro
4 #define __safe __attribute__((safe)) macro