Searched refs:build_offset_ref_call_from_tree (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl2.c | 4114 build_offset_ref_call_from_tree (tree fn, VEC(tree,gc) **args) in build_offset_ref_call_from_tree() function
|
H A D | cp-tree.h | 5132 extern tree build_offset_ref_call_from_tree (tree, VEC(tree,gc) **);
|
H A D | pt.c | 13693 ret = build_offset_ref_call_from_tree (function, &call_args); in tsubst_copy_and_build()
|
H A D | parser.c | 5747 postfix_expression = (build_offset_ref_call_from_tree in cp_parser_postfix_expression()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl2.c | 5059 build_offset_ref_call_from_tree (tree fn, vec<tree, va_gc> **args, in build_offset_ref_call_from_tree() function
|
H A D | cp-tree.h | 6379 extern tree build_offset_ref_call_from_tree (tree, vec<tree, va_gc> **,
|
H A D | pt.c | 18480 ret = build_offset_ref_call_from_tree (function, &call_args, in tsubst_copy_and_build()
|
H A D | parser.c | 7229 postfix_expression = (build_offset_ref_call_from_tree in cp_parser_postfix_expression()
|