OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usage_requirements
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaTemplate/
instantiate-field.cpp
53
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}}
instantiate-function-params.cpp
22
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 221 milliseconds