Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c6683 tree base_conv_type; in initialize_reference() local
6693 base_conv_type = conv->type; in initialize_reference()
6697 base_conv_type = NULL_TREE; in initialize_reference()
6763 if (base_conv_type) in initialize_reference()
6765 build_pointer_type (base_conv_type), in initialize_reference()
6774 if (base_conv_type) in initialize_reference()
6776 (build_pointer_type (base_conv_type), expr)); in initialize_reference()