Home
last modified time | relevance | path

Searched refs:ALLOC_NESTING (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c257 #define ALLOC_NESTING() \ macro
2430 struct nesting *thiscond = ALLOC_NESTING ();
2519 struct nesting *thisloop = ALLOC_NESTING ();
2561 struct nesting *thisloop = ALLOC_NESTING (); in expand_start_null_loop()
3391 struct nesting *thisblock = ALLOC_NESTING ();
4443 struct nesting *thiscase = ALLOC_NESTING ();
4482 struct nesting *thiscase = ALLOC_NESTING (); in expand_start_case_dummy()
H A DChangeLog.73684 * stmt.c (ALLOC_NESTING): Use GGC for 'struct nesting'.