OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:co_return
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Lexer/
coroutines.cpp
11
CORO_KEYWORD(
co_return
);
variable
/external/clang/test/SemaCXX/
coroutines.cpp
96
co_return
3;
98
co_return
{4};
100
co_return
"foo"; // expected-error {{cannot initialize a parameter of type 'int' with an lvalue of type 'const char [4]'}}
101
co_return
;
115
co_return
; // expected-warning {{'
co_return
' used in a function that uses neither 'co_await' nor 'co_yield'}}
120
// expected-warning@+1 {{'
co_return
' used in a function that uses neither}}
121
co_return
; // expected-note {{use of '
co_return
'}}
135
co_return
0; // expected-error {{'co_return' cannot be used in a destructor}
[
all
...]
/external/clang/test/Parser/
cxx1z-coroutines.cpp
18
co_return
t;
20
co_return
{t};
Completed in 676 milliseconds