HomeSort by: relevance | last modified time | path
    Searched defs:BASELINK_FUNCTIONS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 1075 BASELINK_FUNCTIONS. */
1080 #define BASELINK_FUNCTIONS(NODE) \
1085 (BASELINK_P (T) ? BASELINK_FUNCTIONS (T) : T)
1093 the BASELINK_FUNCTIONS include a template conversion operator --
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 1050 BASELINK_FUNCTIONS. */
1055 #define BASELINK_FUNCTIONS(NODE) \
1060 (BASELINK_P (T) ? BASELINK_FUNCTIONS (T) : T)
1068 the BASELINK_FUNCTIONS include a template conversion operator --

Completed in 35 milliseconds