Home
last modified time | relevance | path

Searched defs:co_await (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/Lexer/
Dcxx2a_keyword_as_cxx17.cpp8 int co_await = 0; // expected-warning {{'co_await' is a keyword in C++20}} variable
/external/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
Dmain.c25 int co_await = 1; in main() local