Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval-default-params.cpp7 int a = [](int no_error = undefined()) { in check_lambdas_unused()
16 int b = [](int no_error = undefined()) { in check_lambdas_used()
/llvm-project/libcxx/src/support/win32/
H A Dsupport.cpp127 const errno_t no_error = (errno_t)0; wcsnrtombs() local