Searched refs:FCODE (Results 1 – 5 of 5) sorted by relevance
41 #define FCODE 0x000FC0DE macro
817 new->type = FCODE;818 ASSERT(dict->type == FCODE);861 ASSERT(dict->type == FCODE);945 code->type = FCODE;
2674 #define ALLOCA_FUNCTION_CODE_P(FCODE) \ argument2675 ((FCODE) == BUILT_IN_ALLOCA \2676 || (FCODE) == BUILT_IN_ALLOCA_WITH_ALIGN \2677 || (FCODE) == BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX)
2464 * call.c (standard_conversion): Use type_decays_to. Keep FCODE
37700 -- Target Hook: bool TARGET_LIBC_HAS_FAST_FUNCTION (int FCODE)37702 '(enum function_class)'FCODE has a fast implementation.