Home
last modified time | relevance | path

Searched refs:try_scope (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/Sema/
D__try.c65 int try_scope = 0; in TEST() local
67 …__except( try_scope ? 1 : -1 ) // expected-error{{undeclared identifier 'try_scope'}} expected-err… in TEST()
122 int try_scope = 0; in TEST() local
126 (void)try_scope; // expected-error{{undeclared identifier}} in TEST()
133 int try_scope = 0; in TEST() local
137 (void)try_scope; // expected-error{{undeclared identifier}} in TEST()