Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-ubsan.c300 tree vtbl_ptr in cp_ubsan_dfs_initialize_vtbl_ptrs() local
303 gcc_assert (vtbl_ptr != error_mark_node); in cp_ubsan_dfs_initialize_vtbl_ptrs()
306 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); in cp_ubsan_dfs_initialize_vtbl_ptrs()
307 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in cp_ubsan_dfs_initialize_vtbl_ptrs()
HDinit.c1357 tree vtbl, vtbl_ptr; in expand_virtual_init() local
1384 vtbl_ptr = build_vfield_ref (cp_build_fold_indirect_ref (decl), in expand_virtual_init()
1386 gcc_assert (vtbl_ptr != error_mark_node); in expand_virtual_init()
1389 vtbl = convert_force (TREE_TYPE (vtbl_ptr), vtbl, 0, tf_warning_or_error); in expand_virtual_init()
1390 finish_expr_stmt (cp_build_modify_expr (input_location, vtbl_ptr, NOP_EXPR, in expand_virtual_init()
HDdecl.c15564 tree vtbl_ptr = build_vfield_ref (ref, TREE_TYPE (binfo)); in begin_destructor_body() local
15565 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); in begin_destructor_body()
15566 tree stmt = cp_build_modify_expr (input_location, vtbl_ptr, in begin_destructor_body()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDinit.c1145 tree vtbl, vtbl_ptr; in expand_virtual_init() local
1177 vtbl_ptr = build_vfield_ref (cp_build_indirect_ref (decl, RO_NULL, in expand_virtual_init()
1180 gcc_assert (vtbl_ptr != error_mark_node); in expand_virtual_init()
1183 vtbl = convert_force (TREE_TYPE (vtbl_ptr), vtbl, 0); in expand_virtual_init()
1184 finish_expr_stmt (cp_build_modify_expr (vtbl_ptr, NOP_EXPR, vtbl, in expand_virtual_init()