HomeSort by relevance Sort by last modified time
    Searched defs:InputIterator (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lithium-allocator-inl.h 89 InputIterator::InputIterator(LInstruction* instr)
97 bool InputIterator::Done() { return current_ >= limit_; }
100 LOperand* InputIterator::Current() {
106 void InputIterator::Advance() {
112 void InputIterator::SkipUninteresting() {
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 24 template < typename TT > struct InputIterator {
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