HomeSort by: relevance | last modified time | path
    Searched defs:orig_fn (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 5552 tree orig_fn;
5557 orig_fn = fn;
5600 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5547 tree orig_fn; local
decl2.cc 5552 tree orig_fn;
5557 orig_fn = fn;
5600 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5547 tree orig_fn; local
decl2.cc 5552 tree orig_fn;
5557 orig_fn = fn;
5600 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5547 tree orig_fn; local
class.cc 10685 tree orig_fn;
10689 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10690 orig_fn;
10691 orig_fn = DECL_CHAIN (orig_fn))
10692 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10693 add_vcall_offset (orig_fn, binfo, vid);
10696 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10699 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10677 tree orig_fn; local
    [all...]
semantics.cc 3012 tree orig_fn; local
3026 orig_fn = fn;
3037 orig_fn = DECL_NAME (ifn);
3046 result = build_min_nt_call_vec (orig_fn, *args);
3271 && really_overloaded_fn (orig_fn))
3284 orig_fn = sel_fn;
3287 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);
class.cc 10685 tree orig_fn;
10689 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10690 orig_fn;
10691 orig_fn = DECL_CHAIN (orig_fn))
10692 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10693 add_vcall_offset (orig_fn, binfo, vid);
10696 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10699 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10677 tree orig_fn; local
    [all...]
semantics.cc 3012 tree orig_fn; local
3026 orig_fn = fn;
3037 orig_fn = DECL_NAME (ifn);
3046 result = build_min_nt_call_vec (orig_fn, *args);
3271 && really_overloaded_fn (orig_fn))
3284 orig_fn = sel_fn;
3287 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);
class.cc 10685 tree orig_fn;
10689 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10690 orig_fn;
10691 orig_fn = DECL_CHAIN (orig_fn))
10692 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10693 add_vcall_offset (orig_fn, binfo, vid);
10696 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10699 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10677 tree orig_fn; local
    [all...]
semantics.cc 3012 tree orig_fn; local
3026 orig_fn = fn;
3037 orig_fn = DECL_NAME (ifn);
3046 result = build_min_nt_call_vec (orig_fn, *args);
3271 && really_overloaded_fn (orig_fn))
3284 orig_fn = sel_fn;
3287 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);
pt.cc 22534 tree orig_fn = fn;
22863 if (orig_fn != fn)
22864 decl = instantiate_template (orig_fn, targs, complain);
26990 tree orig_fn = NULL_TREE;
26996 orig_fn = fn;
27051 if (orig_fn)
27061 if (orig_fn)
27084 if (orig_fn)
27085 TREE_TYPE (orig_fn) = TREE_TYPE (fn);
22533 tree orig_fn = fn; local
pt.cc 22534 tree orig_fn = fn;
22863 if (orig_fn != fn)
22864 decl = instantiate_template (orig_fn, targs, complain);
26990 tree orig_fn = NULL_TREE;
26996 orig_fn = fn;
27051 if (orig_fn)
27061 if (orig_fn)
27084 if (orig_fn)
27085 TREE_TYPE (orig_fn) = TREE_TYPE (fn);
22533 tree orig_fn = fn; local
pt.cc 22534 tree orig_fn = fn;
22863 if (orig_fn != fn)
22864 decl = instantiate_template (orig_fn, targs, complain);
26990 tree orig_fn = NULL_TREE;
26996 orig_fn = fn;
27051 if (orig_fn)
27061 if (orig_fn)
27084 if (orig_fn)
27085 TREE_TYPE (orig_fn) = TREE_TYPE (fn);
22533 tree orig_fn = fn; local
  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 2832 tree orig_fn = gimple_call_fn (call); local
2835 args.safe_push (orig_fn);
tree-if-conv.cc 2832 tree orig_fn = gimple_call_fn (call); local
2835 args.safe_push (orig_fn);
tree-if-conv.cc 2832 tree orig_fn = gimple_call_fn (call); local
2835 args.safe_push (orig_fn);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 5510 tree orig_fn;
5515 orig_fn = fn;
5563 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5505 tree orig_fn; local
decl2.cc 5510 tree orig_fn;
5515 orig_fn = fn;
5563 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5505 tree orig_fn; local
decl2.cc 5510 tree orig_fn;
5515 orig_fn = fn;
5563 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args);
5505 tree orig_fn; local
class.cc 10294 tree orig_fn;
10298 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10299 orig_fn;
10300 orig_fn = DECL_CHAIN (orig_fn))
10301 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10302 add_vcall_offset (orig_fn, binfo, vid);
10305 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10308 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10286 tree orig_fn; local
    [all...]
semantics.cc 2702 tree orig_fn; local
2716 orig_fn = fn;
2727 orig_fn = DECL_NAME (ifn);
2736 result = build_min_nt_call_vec (orig_fn, *args);
2943 && really_overloaded_fn (orig_fn))
2956 orig_fn = sel_fn;
2959 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);
class.cc 10294 tree orig_fn;
10298 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10299 orig_fn;
10300 orig_fn = DECL_CHAIN (orig_fn))
10301 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10302 add_vcall_offset (orig_fn, binfo, vid);
10305 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10308 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10286 tree orig_fn; local
    [all...]
semantics.cc 2702 tree orig_fn; local
2716 orig_fn = fn;
2727 orig_fn = DECL_NAME (ifn);
2736 result = build_min_nt_call_vec (orig_fn, *args);
2943 && really_overloaded_fn (orig_fn))
2956 orig_fn = sel_fn;
2959 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);
class.cc 10294 tree orig_fn;
10298 for (orig_fn = TYPE_FIELDS (BINFO_TYPE (binfo));
10299 orig_fn;
10300 orig_fn = DECL_CHAIN (orig_fn))
10301 if (TREE_CODE (orig_fn) == FUNCTION_DECL && DECL_VINDEX (orig_fn))
10302 add_vcall_offset (orig_fn, binfo, vid);
10305 /* Add a vcall offset entry for ORIG_FN to the vtable. */
10308 add_vcall_offset (tree orig_fn, tree binfo, vtbl_init_data *vid
10286 tree orig_fn; local
    [all...]
semantics.cc 2702 tree orig_fn; local
2716 orig_fn = fn;
2727 orig_fn = DECL_NAME (ifn);
2736 result = build_min_nt_call_vec (orig_fn, *args);
2943 && really_overloaded_fn (orig_fn))
2956 orig_fn = sel_fn;
2959 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args);

Completed in 349 milliseconds