Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c460 if (((convtype & CONV_STATIC) in convert_to_reference()
788 if (code == VOID_TYPE && (convtype & CONV_STATIC)) in ocp_convert()
805 && ! (convtype & CONV_STATIC)) in ocp_convert()
862 if (SCOPED_ENUM_P (intype) && (convtype & CONV_STATIC)) in ocp_convert()
H A Dcp-tree.h5672 #define CONV_STATIC 2 macro
5678 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
5680 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
H A Dcoroutines.cc4721 this_ref = convert_to_reference (tt, this_ref, CONV_STATIC, in morph_fn_to_coro()
4949 this_ref = convert_to_reference (rt, this_ref, CONV_STATIC, in morph_fn_to_coro()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc460 if (((convtype & CONV_STATIC) in convert_to_reference()
793 if (code == VOID_TYPE && (convtype & CONV_STATIC)) in ocp_convert()
810 && ! (convtype & CONV_STATIC)) in ocp_convert()
867 if (SCOPED_ENUM_P (intype) && (convtype & CONV_STATIC)) in ocp_convert()
H A Dcoroutines.cc4651 this_ref = convert_to_reference (tt, this_ref, CONV_STATIC, in morph_fn_to_coro()
4878 this_ref = convert_to_reference (rt, this_ref, CONV_STATIC, in morph_fn_to_coro()
H A Dcp-tree.h5907 #define CONV_STATIC 2 macro
5913 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
5915 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \