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 1350 ac_test attribute_bounded '' 'for __attribute__((__bounded__))' <<-'EOF'
1359 __attribute__((__bounded__ (__buffer__, 1, 3)))
1360 __attribute__((__bounded__ (__buffer__, 2, 3)));
1365 * with GCC with __bounded__ attribute either so poo
    [all...]
sh.h 111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__ (x, y, z)))
    [all...]

Completed in 1888 milliseconds