Searched refs:build_vtbl_ref (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | rtti.c | 148 offset = build_vtbl_ref (build_indirect_ref (exp, NULL), index); 226 t = build_vtbl_ref (exp, index);
|
| D | cp-tree.h | 3645 extern tree build_vtbl_ref PARAMS ((tree, tree));
|
| D | call.c | 4788 klass_ref = build_vtbl_ref (build_indirect_ref (instance, 0),
|
| D | class.c | 506 build_vtbl_ref (instance, idx) in build_vtbl_ref() function
|
| D | ChangeLog.2 | 8299 * class.c (build_vtbl_ref): Don't indirect through the vptr; it's 9027 (build_vtbl_ref): Call it. 18597 (build_vfn_ref): Split out functionality into build_vtbl_ref. 18598 (build_vtbl_ref): New routine. 18610 (build_headof): Use it. Also, use build_vtbl_ref now to be more 18616 * cp-tree.h: here. Declare build_vtbl_ref.
|
| D | ChangeLog | 6716 (build_vtbl_ref_1): Split out from build_vtbl_ref. 7061 * call.c, rtti.c: Replace all refernces with build_vtbl_ref. 7902 (build_vtbl_ref): Adjust.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | rtti.c | 178 offset = build_vtbl_ref (build_indirect_ref (exp, NULL), index); in build_headof() 255 t = build_vtbl_ref (exp, index); in get_tinfo_decl_dynamic()
|
| D | ChangeLog-1996 | 2319 (build_vfn_ref): Split out functionality into build_vtbl_ref. 2320 (build_vtbl_ref): New routine. 2332 (build_headof): Use it. Also, use build_vtbl_ref now to be more 2338 * cp-tree.h: here. Declare build_vtbl_ref.
|
| D | ChangeLog-2001 | 739 (build_vtbl_ref_1): Split out from build_vtbl_ref. 1084 * call.c, rtti.c: Replace all refernces with build_vtbl_ref. 1925 (build_vtbl_ref): Adjust.
|
| D | cp-tree.h | 3813 extern tree build_vtbl_ref (tree, tree);
|
| D | call.c | 5101 klass_ref = build_vtbl_ref (build_indirect_ref (instance, 0), in build_java_interface_fn_ref()
|
| D | class.c | 615 build_vtbl_ref (tree instance, tree idx) in build_vtbl_ref() function
|
| D | ChangeLog-1998 | 1511 * class.c (build_vtbl_ref): Don't indirect through the vptr; it's 2239 (build_vtbl_ref): Call it.
|