Home
last modified time | relevance | path

Searched defs:PUREFUNC (Results 1 – 4 of 4) sorted by relevance

/dports/games/prboom/prboom-2.5.0/src/
H A Ddoomtype.h83 #define PUREFUNC __attribute__((pure)) macro
87 #define PUREFUNC macro
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Ddoomtype.h87 #define PUREFUNC __attribute__((pure)) macro
91 #define PUREFUNC macro
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Ddefines.h30 # define PUREFUNC(x) x macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dgc.c2114 PUREFUNC(static inline int is_pointer_to_heap(rb_objspace_t *objspace, void *ptr);) in PUREFUNC() function