Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dcvt.c487 if (((convtype & CONV_STATIC) && can_convert (intype, type)) in convert_to_reference()
663 if (code == VOID_TYPE && (convtype & CONV_STATIC)) in ocp_convert()
677 && ! (convtype & CONV_STATIC)) in ocp_convert()
Dcp-tree.h3505 #define CONV_STATIC 2 macro
3511 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
3513 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \