Home
last modified time | relevance | path

Searched refs:temp_iterator (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/groff/src/roff/troff/
Dinput.cpp3472 class temp_iterator : public input_iterator { class
3474 temp_iterator(const char *, int len);
3476 ~temp_iterator();
3483 temp_iterator::temp_iterator(const char *s, int len) in temp_iterator() function in temp_iterator
3491 temp_iterator::~temp_iterator() in ~temp_iterator()
3562 return new temp_iterator(s, n); in make_temp_iterator()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DExprConstant.cpp312 typedef MapTy::const_iterator temp_iterator; typedef