Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.h129 #define VEC_length(T,V) (VEC_OP(T,length)(V)) macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h150 #define VEC_length(T,V) (VEC_OP(T,base,length)(VEC_BASE(V))) macro