Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c7787 build_nop_reinterpret (tree type, tree expr) in build_nop_reinterpret() function
7936 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
7947 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
7974 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
7985 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc8328 build_nop_reinterpret (tree type, tree expr) in build_nop_reinterpret() function
8473 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
8484 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
8511 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
8522 return build_nop_reinterpret (type, expr); in build_reinterpret_cast_1()
H A DChangeLog-20183246 * typeck.c (build_nop_reinterpret): New.