Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5.cpp6 auto nrl = [](int x) -> int { if (x > 0) return x; }; // expected-error{{non-void lambda does not return a value in all control paths}} in test_attributes() local
H A Dtemplates.cpp6 auto nrl = []() [[gnu::noreturn]] {}; // expected-warning{{attribute 'noreturn' ignored}} in test_attributes() local