Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c456 location_t spec_location = DECL_SOURCE_LOCATION (current_function_decl); in begin_eh_spec_block() local
462 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
467 r = build_stmt (spec_location, EH_SPEC_BLOCK, NULL_TREE, NULL_TREE); in begin_eh_spec_block()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c582 location_t spec_location = DECL_SOURCE_LOCATION (current_function_decl); in begin_eh_spec_block() local
588 r = build_stmt (spec_location, MUST_NOT_THROW_EXPR, in begin_eh_spec_block()
593 r = build_stmt (spec_location, EH_SPEC_BLOCK, NULL_TREE, NULL_TREE); in begin_eh_spec_block()