Searched refs:CONV_STATIC (Results 1 – 4 of 4) sorted by relevance
491 if (((convtype & CONV_STATIC) && i == -1)658 if (code == VOID_TYPE && (convtype & CONV_STATIC))680 && ((ARITHMETIC_TYPE_P (intype) && ! (convtype & CONV_STATIC))
3455 #define CONV_STATIC 2 macro3461 #define CONV_STATIC_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_FORCE_TEMP)3462 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \3464 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \
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()
3465 #define CONV_STATIC 2 macro3471 #define CONV_OLD_CONVERT (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \3473 #define CONV_C_CAST (CONV_IMPLICIT | CONV_STATIC | CONV_CONST \