Home
last modified time | relevance | path

Searched refs:FCODE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/fgen/
Dfgen.h41 #define FCODE 0x000FC0DE macro
Dfgen.l817 new->type = FCODE;
818 ASSERT(dict->type == FCODE);
861 ASSERT(dict->type == FCODE);
945 code->type = FCODE;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.h2674 #define ALLOCA_FUNCTION_CODE_P(FCODE) \ argument
2675 ((FCODE) == BUILT_IN_ALLOCA \
2676 || (FCODE) == BUILT_IN_ALLOCA_WITH_ALIGN \
2677 || (FCODE) == BUILT_IN_ALLOCA_WITH_ALIGN_AND_MAX)
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20072464 * call.c (standard_conversion): Use type_decays_to. Keep FCODE
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgccint.info37700 -- Target Hook: bool TARGET_LIBC_HAS_FAST_FUNCTION (int FCODE)
37702 '(enum function_class)'FCODE has a fast implementation.