Searched refs:strict_aliasing_warning (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-common.h | 669 extern bool strict_aliasing_warning (tree, tree, tree);
|
| H A D | c-typeck.c | 1931 if (strict_aliasing_warning (TREE_TYPE (TREE_OPERAND (pointer, 0)), in build_indirect_ref() 3754 strict_aliasing_warning (otype, type, expr); in build_c_cast()
|
| H A D | c-common.c | 1009 strict_aliasing_warning (tree otype, tree type, tree expr) in strict_aliasing_warning() function
|
| H A D | ChangeLog-2005 | 3288 * c-common.c (strict_aliasing_warning): Handle all 3543 * c-common.h (strict_aliasing_warning): Declare. 3544 * c-common.c (strict_aliasing_warning): New function,
|
| H A D | ChangeLog-2006 | 2891 * c-common.c (strict_aliasing_warning): Fix formatting.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 2380 if (strict_aliasing_warning (TREE_TYPE (TREE_OPERAND (ptr, 0)), in build_indirect_ref() 5397 strict_aliasing_warning (intype, type, sexpr); in build_reinterpret_cast_1()
|
| H A D | ChangeLog | 3849 strict_aliasing_warning.
|