Searched defs:cff_stack_t (Results 1 – 1 of 1) sorted by relevance
343 struct cff_stack_t struct345 ELEM& operator [] (unsigned int i) in operator []()355 void push (const ELEM &v) in push()362 ELEM &push () in push()373 ELEM& pop () in pop()383 void pop (unsigned int n) in pop()391 const ELEM& peek () in peek()401 void unpop () in unpop()409 void clear () { count = 0; } in clear()411 bool in_error () const { return (error); } in in_error()[all …]