Home
last modified time | relevance | path

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

/llvm-project/clang/test/Lexer/
H A Dcxx2a_keyword_as_cxx17.cpp10 int co_yield = 0; // expected-warning {{'co_yield' is a keyword in C++20}} variable
H A Dkeywords_test.cpp98 char co_yield; // cxx98-warning {{'co_yield' is a keyword in C++20}} variable
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A Dmain.c27 int co_yield = 1; in main() local