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

/external/v8/src/crankshaft/
H A Dlithium-inl.h59 InputIterator::InputIterator(LInstruction* instr) function in class:v8::internal::InputIterator
65 bool InputIterator::Done() { return current_ >= limit_; }
68 LOperand* InputIterator::Current() {
75 void InputIterator::Advance() {
81 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 238 milliseconds