Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc46340 bool block_scope = false; in cp_parser_omp_declare_reduction() local
46343 block_scope = true; in cp_parser_omp_declare_reduction()
46351 if (block_scope) in cp_parser_omp_declare_reduction()
46382 if (!block_scope) in cp_parser_omp_declare_reduction()
46396 if (!block_scope) in cp_parser_omp_declare_reduction()
46407 if (block_scope) in cp_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c42549 bool block_scope = false; in cp_parser_omp_declare_reduction() local
42553 block_scope = true; in cp_parser_omp_declare_reduction()
42583 if (!block_scope) in cp_parser_omp_declare_reduction()
42594 if (!block_scope) in cp_parser_omp_declare_reduction()
42604 if (!block_scope) in cp_parser_omp_declare_reduction()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20039329 * block.h: Declare block_scope, block_using, block_global_block.
9330 * block.c (block_scope): New.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20039329 * block.h: Declare block_scope, block_using, block_global_block.
9330 * block.c (block_scope): New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git9099 a missing nullptr-check (the block_scope function took care of that
68629 This converts block_scope, block_set_scope, block_using, and
68658 Don't allow NULL as an argument to block_scope
68659 block_scope has special behavior when the block is NULL.