Lines Matching defs:BLOCK
191 sk_block = 0, /* An ordinary block scope. This enumerator must
199 sk_try, /* A try-block. */
200 sk_catch, /* A catch-block. */
217 sk_omp /* An OpenMP structured block. */
269 a chain of BLOCK nodes for all the levels
296 /* true means make a BLOCK for this level regardless of all else. */
365 BLOCK = 1 << 0, /* Consider block scopes. */
369 ALL = BLOCK | CLASS | NAMESPACE,
370 BLOCK_NAMESPACE = BLOCK | NAMESPACE,