Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c247 tree ptr_target_type; in build_base_path() local
401 ptr_target_type = build_pointer_type (target_type); in build_base_path()
403 target_type = ptr_target_type; in build_base_path()
405 expr = build1 (NOP_EXPR, ptr_target_type, expr); in build_base_path()
408 expr = build2 (code, ptr_target_type, expr, offset); in build_base_path()