HomeSort by relevance Sort by last modified time
    Searched refs:requirement_ (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp 20 struct requirement_;
50 struct requirement_<void(*)(Model)> struct in namespace:boost::concepts
62 struct requirement_<void(*)(Model)> struct in namespace:boost::concepts
70 &::boost::concepts::requirement_<ModelFnPtr>::failed> \
  /external/clang/test/SemaTemplate/
instantiate-field.cpp 31 template <class > struct requirement_;
47 template <class Model> struct requirement_<void(*)(Model)> : requirement<failed *Model::*> struct in namespace:PR7123
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
instantiate-function-params.cpp 17 template <class ModelFn> struct requirement_;
20 template <class Model> struct requirement_<void(*)(Model)> : if_< not_satisfied<Model> >::type { // expected-note 5{{in instantiation}} struct in inherits:if_::type
25 typedef instantiate< & requirement_<void(*)(usage_requirements<InputIterator> x)>::failed> boost_concept_check1; // expected-note {{in instantiation}}
28 typedef instantiate< & requirement_<void(*)(usage_requirements<ForwardIterator> x)>::failed> boost_concept_check2; // expected-note {{in instantiation}}
31 typedef instantiate< &requirement_<void(*)(ForwardIterator<char*> x)>::failed> boost_concept_checkX;// expected-note 3{{in instantiation}}

Completed in 82 milliseconds