Searched refs:block_scope (Results 1 – 5 of 5) sorted by relevance
46340 bool block_scope = false; in cp_parser_omp_declare_reduction() local46343 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()
42549 bool block_scope = false; in cp_parser_omp_declare_reduction() local42553 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()
9329 * block.h: Declare block_scope, block_using, block_global_block.9330 * block.c (block_scope): New.
9099 a missing nullptr-check (the block_scope function took care of that68629 This converts block_scope, block_set_scope, block_using, and68658 Don't allow NULL as an argument to block_scope68659 block_scope has special behavior when the block is NULL.