Home
last modified time | relevance | path

Searched refs:ref_operator (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.h536 enum ref_operator { enum
608 extern tree build_indirect_ref (location_t, tree, ref_operator);
1334 extern void invalid_indirection_error (location_t, tree, ref_operator);
H A Dc-warn.c1924 invalid_indirection_error (location_t loc, tree type, ref_operator errstring) in invalid_indirection_error()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.h555 enum ref_operator { enum
627 extern tree build_indirect_ref (location_t, tree, ref_operator);
1441 extern void invalid_indirection_error (location_t, tree, ref_operator);
H A Dc-warn.cc1926 invalid_indirection_error (location_t loc, tree type, ref_operator errstring) in invalid_indirection_error()
H A DChangeLog11132 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c3329 build_x_indirect_ref (location_t loc, tree expr, ref_operator errorstring, in build_x_indirect_ref()
3383 cp_build_indirect_ref_1 (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref_1()
3489 build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring) in build_indirect_ref()
3509 cp_build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref()
H A Dcp-tree.h7578 ref_operator,
7581 ref_operator,
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc3566 build_x_indirect_ref (location_t loc, tree expr, ref_operator errorstring, in build_x_indirect_ref()
3634 cp_build_indirect_ref_1 (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref_1()
3740 build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring) in build_indirect_ref()
3760 cp_build_indirect_ref (location_t loc, tree ptr, ref_operator errorstring, in cp_build_indirect_ref()
H A Dcp-tree.h7989 ref_operator, tree,
7992 ref_operator,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2586 build_indirect_ref (location_t loc, tree ptr, ref_operator errstring) in build_indirect_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2602 build_indirect_ref (location_t loc, tree ptr, ref_operator errstring) in build_indirect_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-2009380 * c-common.h (ref_operator): New type.
382 * c-typeck.c (build_indirect_ref): Accept ref_operator as argument and