Home
last modified time | relevance | path

Searched refs:__pure (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-attribute.c1 #define __pure __attribute__((pure)) macro
4 static __pure int funi(int val) in funi()
9 static __pure int *funp(int *ptr) in funp()
Dfunction-redecl-funattr.c1 #define __pure __attribute__((pure)) macro
5 int __pure p(int i);
/third_party/FreeBSD/sys/sys/
Dcdefs.h360 #define __pure __attribute__((__pure__)) macro
363 #define __pure macro