Home
last modified time | relevance | path

Searched defs:semantic_predicate (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/x3/auxiliary/
Deps.hpp18 struct semantic_predicate : parser<semantic_predicate> struct
20 typedef unused_type attribute_type;
21 static bool const has_attribute = false;
23 constexpr semantic_predicate(bool predicate) in semantic_predicate() function
27 bool parse(Iterator& first, Iterator const& last in parse()
34 bool predicate;
/third_party/boost/boost/spirit/home/qi/auxiliary/
Deps.hpp75 struct semantic_predicate : primitive_parser<semantic_predicate> struct
78 struct attribute
83 semantic_predicate(bool predicate_) in semantic_predicate() function
88 bool parse(Iterator& first, Iterator const& last in parse()
97 info what(Context& /*context*/) const in what()
102 bool predicate;
/third_party/boost/boost/spirit/home/karma/auxiliary/
Deps.hpp77 struct semantic_predicate : primitive_generator<semantic_predicate> struct
80 struct attribute
85 semantic_predicate(bool predicate) in semantic_predicate() function
92 bool generate(OutputIterator& sink, Context&, Delimiter const& d in generate()
100 info what(Context const& /*context*/) const in what()
105 bool predicate_;