Home
last modified time | relevance | path

Searched refs:build_ptrmemfunc1 (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexpr.c68 cst = build_ptrmemfunc1 (type, delta, pfn); in cplus_expand_constant()
H A Dtypeck.c8974 build_ptrmemfunc1 (tree type, tree delta, tree pfn) in build_ptrmemfunc1() function
9089 return build_ptrmemfunc1 (to_type, delta, npfn); in build_ptrmemfunc()
9098 return build_ptrmemfunc1 (to_type, in build_ptrmemfunc()
H A Dcp-tree.h7661 extern tree build_ptrmemfunc1 (tree, tree, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexpr.cc68 cst = build_ptrmemfunc1 (type, delta, pfn); in cplus_expand_constant()
H A DChangeLog.tree-ssa230 * typeck.c (build_ptrmemfunc1): Likewise.
H A DChangeLog-20012047 (build_ptrmemfunc1): Update prototype.
2054 expand_ptrmemfunc_cst and build_ptrmemfunc1.
2058 (build_ptrmemfunc1): Add new parameter to contain extra field.
2319 * typeck.c (build_ptrmemfunc1): Simplify.
H A Dtypeck.cc9521 build_ptrmemfunc1 (tree type, tree delta, tree pfn) in build_ptrmemfunc1() function
9636 return build_ptrmemfunc1 (to_type, delta, npfn); in build_ptrmemfunc()
9645 return build_ptrmemfunc1 (to_type, in build_ptrmemfunc()
H A DChangeLog-19961467 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that
1472 * typeck.c (build_ptrmemfunc1): New function to hide details of
H A DChangeLog-19971321 * typeck.c (build_ptrmemfunc1): Clean up ptr->int cast warnings.
H A DChangeLog-20081907 (build_ptrmemfunc1): Don't set TREE_INVARIANT.
H A DChangeLog-19995940 (build_ptrmemfunc1): Declare.
5956 * typeck.c (build_ptrmemfunc1): Don't declare. Make it global.
H A DChangeLog-20005408 * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
5985 (build_ptrmemfunc1): Remove dead code. Adjust for the new ABI.
H A Dcp-tree.h8072 extern tree build_ptrmemfunc1 (tree, tree, tree);
H A DChangeLog-20051490 * typeck.c (build_ptrmemfunc1): Likewise.
H A DChangeLog-20071350 (build_ptrmemfunc1): Convert to the target type for
H A DChangeLog-20143625 * typeck.c (build_ptrmemfunc1): Call convert_and_check with
H A DChangeLog-20034760 * typeck.c (build_ptrmemfunc1)