Searched defs:InputIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dlithium-inl.h57 InputIterator::InputIterator(LInstruction* instr) function in class:v8::internal::InputIterator
63 bool InputIterator::Done() { return current_ >= limit_; }
66 LOperand* InputIterator::Current() {
73 void InputIterator::Advance() {
79 void InputIterator::SkipUninteresting() {
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp24 template < typename TT > struct InputIterator { struct
25 typedef instantiate< & requirement_<void(*)(usage_requirements<InputIterator> x)>::failed> boost_concept_check1; // expected-note {{in instantiation}}
27 template < typename TT > struct ForwardIterator : InputIterator<TT> { // expected-note {{in instantiation}}

Completed in 357 milliseconds