Searched defs:function_scope (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A D__try.c117 int function_scope = 0; local
122 (void)function_scope;
128 int function_scope = 0; local
133 (void)function_scope;
139 int function_scope = 0; local
143 __except( function_scope ? 1 : -1 ) {}

Completed in 19 milliseconds