/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 424 tree result = build_libcall (LIBCALL_ADEQ2, e->type, 3, in visit() 451 tree result = build_libcall (LIBCALL_AAEQUAL, e->type, 3, in visit() 486 this->result_ = build_libcall (LIBCALL_AAINX, e->type, 3, in visit() 533 tree call = build_libcall (LIBCALL_ADCMP2, Type::tint32, 3, in visit() 744 result = build_libcall (LIBCALL_ARRAYCATNTX, e->type, 2, in visit() 750 result = build_libcall (LIBCALL_ARRAYCATT, e->type, 3, in visit() 859 result = build_libcall (libcall, e->type, 2, in visit() 872 result = build_libcall (LIBCALL_ARRAYAPPENDT, e->type, 3, in visit() 885 tree callexp = build_libcall (LIBCALL_ARRAYAPPENDCTX, e->type, 3, in visit() 939 tree result = build_libcall (libcall, ale->e1->type, 3, in visit() [all …]
|
H A D | toir.cc | 868 condition = build_libcall (libcall, Type::tint32, 2, decl, condition); in visit() 1180 add_stmt (build_libcall (LIBCALL_THROW, Type::tvoid, 1, arg)); in visit() 1220 object = build_libcall (libcall, vcatch->type, 1, ehptr); in visit() 1246 tree endcatch = build_libcall (LIBCALL_CXA_END_CATCH, in visit()
|
H A D | runtime.cc | 299 build_libcall (libcall_fn libcall, Type *type, int nargs, ...) in build_libcall() function
|
H A D | d-convert.cc | 457 return build_libcall (libcall, totype, 2, exp, in convert_expr() 536 return build_libcall (LIBCALL_ARRAYCAST, totype, 3, in convert_expr()
|
H A D | d-tree.h | 652 extern tree build_libcall (libcall_fn, Type *, int ...);
|
H A D | d-codegen.cc | 1999 return build_libcall (libcall, Type::tvoid, 3, msg, file, line); in d_assert_call() 2001 return build_libcall (libcall, Type::tvoid, 2, file, line); in d_assert_call() 2509 tree init = build_libcall (LIBCALL_ALLOCMEMORY, Type::tvoidptr, 1, arg); in build_closure()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 427 tree result = build_libcall (LIBCALL_ADEQ2, e->type, 3, in visit() 452 tree result = build_libcall (LIBCALL_AAEQUAL, e->type, 3, in visit() 485 this->result_ = build_libcall (LIBCALL_AAINX, e->type, 3, in visit() 730 result = build_libcall (LIBCALL_ARRAYCATNTX, e->type, 2, in visit() 736 result = build_libcall (LIBCALL_ARRAYCATT, e->type, 3, in visit() 845 result = build_libcall (libcall, e->type, 2, in visit() 858 result = build_libcall (LIBCALL_ARRAYAPPENDT, e->type, 3, in visit() 871 tree callexp = build_libcall (LIBCALL_ARRAYAPPENDCTX, e->type, 3, in visit() 963 result = build_libcall (LIBCALL_ARRAYSETASSIGN, Type::tvoid, 4, in visit() 1033 this->result_ = build_libcall (LIBCALL_ARRAYASSIGN, e->type, 3, in visit() [all …]
|
H A D | runtime.cc | 304 build_libcall (libcall_fn libcall, Type *type, int nargs, ...) in build_libcall() function
|
H A D | d-codegen.cc | 1916 return build_libcall (libcall, Type::tvoid, 3, msg, file, line); in build_assert_call() 1918 return build_libcall (libcall, Type::tvoid, 2, file, line); in build_assert_call() 1932 return build_libcall (LIBCALL_ARRAYBOUNDSP, Type::tvoid, 2, in build_array_bounds_call() 1961 boundserr = build_libcall (LIBCALL_ARRAYBOUNDS_INDEXP, Type::tvoid, 4, in build_bounds_index_condition() 2009 boundserr = build_libcall (LIBCALL_ARRAYBOUNDS_SLICEP, in build_bounds_slice_condition() 2798 tree init = build_libcall (LIBCALL_ALLOCMEMORY, Type::tvoidptr, 1, arg); in build_closure()
|
H A D | toir.cc | 1193 add_stmt (build_libcall (LIBCALL_THROW, Type::tvoid, 1, arg)); in visit() 1233 object = build_libcall (libcall, vcatch->type, 1, ehptr); in visit() 1259 tree endcatch = build_libcall (LIBCALL_CXA_END_CATCH, in visit()
|
H A D | d-tree.h | 673 extern tree build_libcall (libcall_fn, Type *, int ...);
|
H A D | d-convert.cc | 457 return build_libcall (libcall, totype, 2, exp, in convert_expr()
|
H A D | ChangeLog-2017 | 481 * runtime.cc (build_libcall): Updated signature.
|
H A D | ChangeLog-2013 | 890 (IRState::libCall): Replace with build_libcall.
|