Home
last modified time | relevance | path

Searched refs:c_common_get_alias_set (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/gcc/
HDc-objc-common.h46 #define LANG_HOOKS_GET_ALIAS_SET c_common_get_alias_set
HDc-common.h707 extern HOST_WIDE_INT c_common_get_alias_set (tree);
HDc-common.c2842 c_common_get_alias_set (tree t) in c_common_get_alias_set() function
HDChangeLog-200215223 * c-common.c (c_common_get_alias_set): Correctly handle characters.
17036 c_common_get_alias_set.
19050 (c_common_get_alias_set): Handle it.
26644 c_common_get_alias_set, c_common_nodes_and_builtins): Use new hooks.
HDChangeLog-20048521 * c-common.c (c_common_get_alias_set): Use GGC for type_hash_table.
20030 * c-common.c (c_common_get_alias_set): Set the aliasing set of the type
20662 (c_common_get_alias_set): Fix check for a single input file.
33189 (c_common_get_alias_set): Handle multiple type nodes
HDChangeLog.tree-ssa823 (c_common_get_alias_set): Handle multiple type nodes referring
HDChangeLog-20017725 * c-common.h (c_common_get_alias_set): Add declaration.
/NextBSD/contrib/gcc/cp/
HDcp-objcp-common.c51 return c_common_get_alias_set (t); in cxx_get_alias_set()