Home
last modified time | relevance | path

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

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dtypesafe.h52 macro_pure type *prefix ## _first(struct prefix##_head *h) \
56 macro_pure type *prefix ## _next(struct prefix##_head *h, type *item) \
171 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
175 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
182 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
190 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
272 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
279 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
288 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
294 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
[all …]
H A Dtyperb.h119 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
125 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
133 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
139 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
H A Dcompiler.h122 #define macro_pure static inline __attribute__((unused, pure)) macro
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dtypesafe.h52 macro_pure type *prefix ## _first(struct prefix##_head *h) \
56 macro_pure type *prefix ## _next(struct prefix##_head *h, type *item) \
171 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
175 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
182 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
190 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
272 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
279 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
288 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
294 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
[all …]
H A Dtyperb.h119 macro_pure const type *prefix ## _const_first(const struct prefix##_head *h) \
125 macro_pure const type *prefix ## _const_next(const struct prefix##_head *h, \
133 macro_pure type *prefix ## _next_safe(struct prefix##_head *h, type *item) \
139 macro_pure size_t prefix ## _count(const struct prefix##_head *h) \
H A Dcompiler.h122 #define macro_pure static inline __attribute__((unused, pure)) macro