Searched refs:CONV_STATIC (Results 1 – 2 of 2) sorted by relevance
487 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()
3505 #define CONV_STATIC 2 macro3511 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \3513 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \