Home
last modified time | relevance | path

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

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