Home
last modified time | relevance | path

Searched refs:co_yield (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dcoroutines.cpp54co_yield 0; // expected-error {{no member named 'yield_value' in 'std::coroutine_traits<double, in… in bad_promise_type_2()
83 co_yield 0; in yield()
84 co_yield {"foo", 1, 2}; in yield()
85co_yield {1e100}; // expected-error {{cannot be narrowed}} expected-note {{explicit cast}} expecte… in yield()
86co_yield {"foo", __LONG_LONG_MAX__}; // expected-error {{cannot be narrowed}} expected-note {{expl… in yield()
87 co_yield {"foo"}; in yield()
88 co_yield "foo"; // expected-error {{no matching}} in yield()
89 co_yield 1.0; in yield()
90 co_yield yield; // expected-error {{no member named 'await_ready' in 'not_awaitable'}} in yield()
105 co_yield 0; // expected-note {{use of 'co_yield'}} in mixed_yield()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java226 co_yield(true); in characters()
240 co_yield(false); in endDocument()
248 co_yield(true); in endElement()
259 co_yield(true); in endPrefixMapping()
270 co_yield(true); in ignorableWhitespace()
281 co_yield(true); in processingInstruction()
303 co_yield(true); in skippedEntity()
317 co_yield(true); in startDocument()
329 co_yield(true); in startElement()
340 co_yield(true); in startPrefixMapping()
[all …]
/external/clang/test/Parser/
Dcxx1z-coroutines.cpp6 co_yield t; in f()
9 1 + co_yield t; // expected-error {{expected expression}} in f()
12 auto y = co_yield t; in f()
/external/clang/test/Lexer/
Dcoroutines.cpp12 CORO_KEYWORD(co_yield);
/external/clang/include/clang/Basic/
DTokenKinds.def367 KEYWORD(co_yield , KEYCOROUTINES)
DDiagnosticSemaKinds.td8421 "'%select{co_await|co_yield|co_return}0' here">;
8436 "that uses neither 'co_await' nor 'co_yield'">,