HomeSort by: relevance | last modified time | path
    Searched refs:DEF_D_RUNTIME (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
runtime.def 20 /* DEF_D_RUNTIME (CODE, NAME, FLAGS)
42 DEF_D_RUNTIME (ASSERTP, "_d_assertp", RT(VOID), P2(IMMUTABLE_CHARPTR, UINT),
44 DEF_D_RUNTIME (ASSERT_MSG, "_d_assert_msg", RT(VOID), P3(STRING, STRING, UINT),
48 DEF_D_RUNTIME (UNITTESTP, "_d_unittestp", RT(VOID), P2(IMMUTABLE_CHARPTR, UINT),
50 DEF_D_RUNTIME (UNITTEST_MSG, "_d_unittest_msg", RT(VOID),
54 DEF_D_RUNTIME (ARRAYBOUNDSP, "_d_arrayboundsp", RT(VOID),
56 DEF_D_RUNTIME (ARRAYBOUNDS_SLICEP, "_d_arraybounds_slicep", RT(VOID),
59 DEF_D_RUNTIME (ARRAYBOUNDS_INDEXP, "_d_arraybounds_indexp", RT(VOID),
63 DEF_D_RUNTIME (NEWCLASS, "_d_newclass", RT(OBJECT), P1(CONST_CLASSINFO), 0)
64 DEF_D_RUNTIME (NEWTHROW, "_d_newThrowable", RT(OBJECT), P1(CONST_CLASSINFO), 0
    [all...]
runtime.cc 283 #define DEF_D_RUNTIME(CODE, NAME, TYPE, PARAMS, FLAGS) \
290 #undef DEF_D_RUNTIME
d-tree.h 485 #define DEF_D_RUNTIME(CODE, N, T, P, F) LIBCALL_ ## CODE,
489 #undef DEF_D_RUNTIME

Completed in 17 milliseconds