Home
last modified time | relevance | path

Searched refs:BT_LAST (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dbuiltins.def73 DEF_BUILTIN (ENUM, "__builtin_" NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \
79 DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, TYPE, BT_LAST, \
Dc-common.c3139 BT_LAST enumerator
3146 static tree builtin_types[(int) BT_LAST + 1];
3245 builtin_types[(int) BT_LAST] = NULL_TREE; in c_define_builtins()
DChangeLog-20058070 array by one element, initialize the BT_LAST element with NULL.