Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDmethod.c429 tree fn_block; in use_thunk() local
437 fn_block = make_node (BLOCK); in use_thunk()
438 BLOCK_VARS (fn_block) = a; in use_thunk()
439 DECL_INITIAL (thunk_fndecl) = fn_block; in use_thunk()