Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-objc-common.h46 #define LANG_HOOKS_GET_ALIAS_SET c_common_get_alias_set
H A Dc-common.h707 extern HOST_WIDE_INT c_common_get_alias_set (tree);
H A Dc-common.c2842 c_common_get_alias_set (tree t) in c_common_get_alias_set() function
H A DChangeLog-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.
H A DChangeLog-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
H A DChangeLog.tree-ssa823 (c_common_get_alias_set): Handle multiple type nodes referring
H A DChangeLog-20017725 * c-common.h (c_common_get_alias_set): Add declaration.
/freebsd-12.1/contrib/gcc/cp/
H A Dcp-objcp-common.c51 return c_common_get_alias_set (t); in cxx_get_alias_set()