Home
last modified time | relevance | path

Searched refs:__nocast (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dnocast.c1 #define __nocast __attribute__((nocast)) macro
2 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()
Dtype-compare.c3 #define __nocast __attribute__((nocast)) macro
51 if ([int] == [int __nocast]) return 1; in test()
59 if ([int *] == [int __nocast *]) return 1; in test()
Dptr-inherit.c4 #define __nocast __attribute__((nocast)) macro
41 int __nocast o; in test_nocast()
42 int __nocast *p = &o; /* check-should-pass */ in test_nocast()
Dtypeof-mods.c3 #define __nocast __attribute__((nocast)) macro
119 int __nocast obj, *ptr; in test_nocast()
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Dannotations.rst66 gets lost: you can add plain integers to __nocast integer types and the
73 See also `Linus' e-mail about __nocast vs __bitwise
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst229 complete comparison between __nocast vs __bitwise.