Searched refs:usage_requirements (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp53 template <class Model> struct usage_requirements struct in namespace:PR7123
55 ~usage_requirements()
64 instantiate< requirement_<void(*)(usage_requirements<BidirectionalIterator>)>::failed> int534; // expected-note{{in instantiation of}}
H A Dinstantiate-function-params.cpp22 template <class Model> struct usage_requirements { struct
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}}

Completed in 63 milliseconds