Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-omp.cc2644 bitmap_head allocate_head; in c_omp_split_clauses() local
2645 bitmap_initialize (&allocate_head, &bitmap_default_obstack); in c_omp_split_clauses()
2649 bitmap_set_bit (&allocate_head, in c_omp_split_clauses()
2666 bitmap_clear_bit (&allocate_head, DECL_UID (t)); in c_omp_split_clauses()
2676 bitmap_clear_bit (&allocate_head, DECL_UID (t)); in c_omp_split_clauses()
2685 bitmap_clear_bit (&allocate_head, in c_omp_split_clauses()
2694 && bitmap_bit_p (&allocate_head, in c_omp_split_clauses()
H A DChangeLog1815 underlying decl to clear in the allocate_head bitmap.