Searched refs:cp_global_trees (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-tree.h544 extern GTY(()) tree cp_global_trees[CPTI_MAX];
546 #define java_byte_type_node cp_global_trees[CPTI_JAVA_BYTE_TYPE]
547 #define java_short_type_node cp_global_trees[CPTI_JAVA_SHORT_TYPE]
548 #define java_int_type_node cp_global_trees[CPTI_JAVA_INT_TYPE]
549 #define java_long_type_node cp_global_trees[CPTI_JAVA_LONG_TYPE]
550 #define java_float_type_node cp_global_trees[CPTI_JAVA_FLOAT_TYPE]
551 #define java_double_type_node cp_global_trees[CPTI_JAVA_DOUBLE_TYPE]
552 #define java_char_type_node cp_global_trees[CPTI_JAVA_CHAR_TYPE]
553 #define java_boolean_type_node cp_global_trees[CPTI_JAVA_BOOLEAN_TYPE]
555 #define wchar_decl_node cp_global_trees[CPTI_WCHAR_DEC
542 extern GTY(()) tree cp_global_trees[CPTI_MAX]; variable
[all...]
H A Ddecl.c109 /* The following symbols are subsumed in the cp_global_trees array, and
146 tree cp_global_trees[CPTI_MAX]; variable

Completed in 120 milliseconds