Lines Matching defs:A
216 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) argument
223 #define VEC_free(T,A,V) (VEC_OP(T,A,free)(&V)) argument
242 #define VEC_copy(T,A,V) (VEC_OP(T,A,copy)(VEC_BASE(V) MEM_STAT_INFO)) argument
265 #define VEC_reserve(T,A,V,R) \ argument
276 #define VEC_reserve_exact(T,A,V,R) \ argument
302 #define VEC_safe_splice(T,A,DST,SRC) \ argument
327 #define VEC_safe_push(T,A,V,O) \ argument
356 #define VEC_safe_grow(T,A,V,I) \ argument
366 #define VEC_safe_grow_cleared(T,A,V,I) \ argument
406 #define VEC_safe_insert(T,A,V,I,O) \ argument
497 #define VEC_ASSERT(EXPR,OP,T,A) \ argument
507 #define VEC_ASSERT(EXPR,OP,T,A) (void)(EXPR) argument
520 #define VEC(T,A) VEC_##T##_##A argument
521 #define VEC_OP(T,A,OP) VEC_##T##_##A##_##OP argument
539 #define VEC_TA_GTY(T,B,A,GTY) \ argument
545 #define VEC_TA(T,B,A) \ argument
570 #define DEF_VEC_ALLOC_I(T,A) \ argument
587 #define DEF_VEC_ALLOC_P(T,A) \ argument
790 #define DEF_VEC_ALLOC_FUNC_P(T,A) \ argument
799 #define DEF_VEC_NONALLOC_FUNCS_P(T,A) \ argument
906 #define DEF_VEC_ALLOC_O(T,A) \ argument
1096 #define DEF_VEC_ALLOC_FUNC_O(T,A) \ argument
1106 #define DEF_VEC_NONALLOC_FUNCS_O(T,A) \ argument
1215 #define DEF_VEC_ALLOC_FUNC_I(T,A) \ argument
1224 #define DEF_VEC_NONALLOC_FUNCS_I(T,A) \ argument