Searched refs:ref_operator (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.h | 536 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 D | c-warn.c | 1924 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 D | c-common.h | 555 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 D | c-warn.cc | 1926 invalid_indirection_error (location_t loc, tree type, ref_operator errstring) in invalid_indirection_error()
|
H A D | ChangeLog | 11132 * c-common.h (enum ref_operator) [RO_ARROW_STAR]: New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck.c | 3329 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 D | cp-tree.h | 7578 ref_operator, 7581 ref_operator,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck.cc | 3566 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 D | cp-tree.h | 7989 ref_operator, tree, 7992 ref_operator,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 2586 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 D | c-typeck.cc | 2602 build_indirect_ref (location_t loc, tree ptr, ref_operator errstring) in build_indirect_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 380 * c-common.h (ref_operator): New type. 382 * c-typeck.c (build_indirect_ref): Accept ref_operator as argument and
|