Home
last modified time | relevance | path

Searched defs:VEC_safe_push (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.h265 #define VEC_safe_push(T,V,O) (VEC_OP(T,safe_push)(&(V),O VEC_ASSERT_INFO)) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h327 #define VEC_safe_push(T,A,V,O) \ macro