Searched refs:__nocast (Results 1 – 6 of 6) sorted by relevance
1 #define __nocast __attribute__((nocast)) macro2 typedef unsigned long __nocast ulong_nc_t;83 unsigned long long __nocast *bad_size = t; in assign_ptr()84 short __nocast *bad_i = t; in assign_ptr()85 long __nocast *bad_l = t; in assign_ptr()
3 #define __nocast __attribute__((nocast)) macro51 if ([int] == [int __nocast]) return 1; in test()59 if ([int *] == [int __nocast *]) return 1; in test()
4 #define __nocast __attribute__((nocast)) macro41 int __nocast o; in test_nocast()42 int __nocast *p = &o; /* check-should-pass */ in test_nocast()
3 #define __nocast __attribute__((nocast)) macro119 int __nocast obj, *ptr; in test_nocast()
66 gets lost: you can add plain integers to __nocast integer types and the73 See also `Linus' e-mail about __nocast vs __bitwise
229 complete comparison between __nocast vs __bitwise.