Home
last modified time | relevance | path

Searched refs:cp_strict_aliasing_warning (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c3367 cp_strict_aliasing_warning (location_t loc, tree type, tree expr) in cp_strict_aliasing_warning() function
3422 && cp_strict_aliasing_warning (EXPR_LOCATION (ptr), in cp_build_indirect_ref_1()
7858 cp_strict_aliasing_warning (EXPR_LOCATION (expr), type, expr); in build_reinterpret_cast_1()
7972 cp_strict_aliasing_warning (EXPR_LOCATION (expr), type, expr); in build_reinterpret_cast_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc3618 cp_strict_aliasing_warning (location_t loc, tree type, tree expr) in cp_strict_aliasing_warning() function
3673 && cp_strict_aliasing_warning (EXPR_LOCATION (ptr), in cp_build_indirect_ref_1()
8395 cp_strict_aliasing_warning (EXPR_LOCATION (expr), type, expr); in build_reinterpret_cast_1()
8509 cp_strict_aliasing_warning (EXPR_LOCATION (expr), type, expr); in build_reinterpret_cast_1()
H A DChangeLog-20204382 * typeck.c (cp_strict_aliasing_warning): New function.