Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dintegrate.c170 BLOCK_ABSTRACT (stmt) = setting; in set_block_abstract_flags()
H A Ddwarf2out.c4837 if (BLOCK_ABSTRACT (block) && immediate_origin == block) in block_ultimate_origin()
12266 if (! BLOCK_ABSTRACT (stmt)) in gen_lexical_block_die()
12285 if (! BLOCK_ABSTRACT (stmt)) in gen_inlined_subroutine_die()
12962 || BLOCK_ABSTRACT (stmt))); in gen_block_die()
H A Dtree-pretty-print.c1865 if (BLOCK_ABSTRACT (node)) in dump_generic_node()
H A Dtree.def75 BLOCK_ABSTRACT is nonzero if the block represents an abstract
H A Dtree.h1856 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag) macro