OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_reaching_scope
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p11.cpp
3
void
test_reaching_scope
() {
function
10
return local + // expected-error{{reference to local variable 'local' declared in enclosing function '
test_reaching_scope
'}}
p10.cpp
27
void
test_reaching_scope
() {
function
33
(void)[local, // expected-error{{reference to local variable 'local' declared in enclosing function '
test_reaching_scope
'}}
Completed in 43 milliseconds