Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dintegrate.c170 BLOCK_ABSTRACT (stmt) = setting; in set_block_abstract_flags()
H A Ddwarf2out.c4829 if (BLOCK_ABSTRACT (block) && immediate_origin == block) in block_ultimate_origin()
12163 if (! BLOCK_ABSTRACT (stmt)) in gen_lexical_block_die()
12182 if (! BLOCK_ABSTRACT (stmt)) in gen_inlined_subroutine_die()
12831 || 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.h1826 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c3981 if (! BLOCK_ABSTRACT (stmt))
4003 if (! BLOCK_ABSTRACT (stmt))
5030 || (!TREE_ASM_WRITTEN (stmt) && !BLOCK_ABSTRACT (stmt)))
5094 if (origin_code == FUNCTION_DECL && BLOCK_ABSTRACT (stmt))
H A Ddwarf2out.c4370 if (BLOCK_ABSTRACT (block) && immediate_origin == block)
11162 if (! BLOCK_ABSTRACT (stmt))
11209 if (! BLOCK_ABSTRACT (stmt))
11856 || (!TREE_ASM_WRITTEN (stmt) && !BLOCK_ABSTRACT (stmt)))
H A Dtree.h926 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag) macro
H A Dintegrate.c2976 BLOCK_ABSTRACT (stmt) = setting;
H A Dtree.def79 BLOCK_ABSTRACT is nonzero if the block represents an abstract