Searched refs:VEC_OP (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | vec.h | 204 #define VEC_free(T,A,V) (VEC_OP(T,A,free)(&V)) 445 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP macro 528 static inline T VEC_OP (T,base,last) \ 536 static inline T VEC_OP (T,base,index) \ 714 static inline void VEC_OP (T,A,free) \ 769 VEC_OP (T,A,reserve_exact) (vec_, \ 821 static inline T *VEC_OP (T,base,index) \ 1007 static inline void VEC_OP (T,A,free) \ 1051 VEC_OP (T,A,reserve_exact) (vec_, \ 1102 static inline void VEC_OP (T,A,free) \ [all …]
|