Home
last modified time | relevance | path

Searched refs:a_attr (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/test/include/test/
Dmq.h31 #define mq_gen(a_attr, a_prefix, a_mq_type, a_mq_msg_type, a_field) \ argument
37 a_attr bool \
47 a_attr void \
51 a_attr unsigned \
60 a_attr a_mq_msg_type * \
73 a_attr a_mq_msg_type * \
99 a_attr void \
/external/jemalloc_new/include/jemalloc/internal/
Dph.h197 #define ph_proto(a_attr, a_prefix, a_ph_type, a_type) \ argument
198 a_attr void a_prefix##new(a_ph_type *ph); \
199 a_attr bool a_prefix##empty(a_ph_type *ph); \
200 a_attr a_type *a_prefix##first(a_ph_type *ph); \
201 a_attr a_type *a_prefix##any(a_ph_type *ph); \
202 a_attr void a_prefix##insert(a_ph_type *ph, a_type *phn); \
203 a_attr a_type *a_prefix##remove_first(a_ph_type *ph); \
204 a_attr a_type *a_prefix##remove_any(a_ph_type *ph); \
205 a_attr void a_prefix##remove(a_ph_type *ph, a_type *phn);
211 #define ph_gen(a_attr, a_prefix, a_ph_type, a_type, a_field, a_cmp) \ argument
[all …]
Drb.h167 #define rb_proto(a_attr, a_prefix, a_rbt_type, a_type) \ argument
168 a_attr void \
170 a_attr bool \
172 a_attr a_type * \
174 a_attr a_type * \
176 a_attr a_type * \
178 a_attr a_type * \
180 a_attr a_type * \
182 a_attr a_type * \
184 a_attr a_type * \
[all …]
/external/llvm-project/mlir/docs/
DDeclarativeRewrites.md120 AnyAttr:$a_attr
134 `$attr` to the only attribute (`$a_attr`); we can reference them using `$input`
273 state.addAttribute("a_attr", attr);