Home
last modified time | relevance | path

Searched refs:BCS_FN_BODY (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dmethod.c796 compound_stmt = begin_compound_stmt (BCS_FN_BODY); in synthesize_method()
Ddecl2.c2342 body = begin_compound_stmt (BCS_FN_BODY); in start_objects()
2499 body = begin_compound_stmt (BCS_FN_BODY); in start_static_storage_duration_function()
Dsemantics.c1157 BIND_EXPR_BODY_BLOCK (r) = (flags & BCS_FN_BODY) != 0; in begin_compound_stmt()
Dcp-tree.h4295 BCS_FN_BODY = 4 enumerator
Ddecl.c5680 compound_stmt = begin_compound_stmt (BCS_FN_BODY); in register_dtor_fn()
11111 stmt = begin_compound_stmt (BCS_FN_BODY); in begin_function_body()
DChangeLog-20044800 (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.