HomeSort by relevance Sort by last modified time
    Searched refs:__bounded__ (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
attr-bounded.c 9 __attribute__((__bounded__(__buffer__,2,3)));
11 __attribute__((__bounded__(__string__,2,3)));
13 __attribute__((__bounded__(__size__,1,3,2)));
15 __attribute__((__bounded__(__minbytes__,1,1024)));
  /external/mksh/src/
Build.sh     [all...]
sh.h 124 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__(x, y, z)))
    [all...]

Completed in 107 milliseconds