Home
last modified time | relevance | path

Searched defs:nesting_depth (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dhtmintrin.h135 unsigned short nesting_depth; member
/openbsd-src/gnu/gcc/gcc/
H A Dc-parser.c758 unsigned nesting_depth = 0; in c_parser_skip_until_found() local
803 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_parameter() local
865 unsigned nesting_depth = 0; in c_parser_skip_to_end_of_block_or_statement() local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c2379 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_statement() local
2464 int nesting_depth = 0; in cp_parser_skip_to_end_of_block_or_statement() local
2511 unsigned nesting_depth = 0; in cp_parser_skip_to_closing_brace() local
16521 unsigned nesting_depth = 0; in cp_parser_skip_to_end_of_template_parameter_list() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dstmt.c385 #define nesting_depth (cfun->stmt->x_nesting_depth) macro