Home
last modified time | relevance | path

Searched refs:typesafe (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dgettimeofday.m433 since the glibc definition is actually more typesafe, it is
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d330typesafe = 2, /// (T t ...) typesafe https://dlang.org/spec/function.html#typesafe_variadic_funct… enumerator
H A Dhdrgen.d3115 …if (tf.parameterList.varargs == VarArg.typesafe && parameter == tf.parameterList[tf.parameterList.… in parameterToChars()
3151 goto case VarArg.typesafe; in parametersToBuffer()
3153 case VarArg.typesafe: in parametersToBuffer()
H A Ddtemplate.d857 if (tf.parameterList.varargs == VarArg.typesafe && i + 1 == nfparams) in evaluateConstraint()
1694 if (j == tt_dim - 1 && fparameters.varargs == VarArg.typesafe && in deduceFunctionTemplateMatch()
1897 … if (fparameters.varargs == VarArg.typesafe && parami + 1 == nfparams && argi + 1 < nfargs) in deduceFunctionTemplateMatch()
1976 if (!(fparameters.varargs == VarArg.typesafe && parami + 1 == nfparams)) in deduceFunctionTemplateMatch()
H A Dsemantic3.d470 if (f.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) in visit()
H A Dmtype.d4235 assert(VarArg.none <= pl.varargs && pl.varargs <= VarArg.typesafe);
4912 if (parameterList.varargs == VarArg.typesafe && u + 1 == nparams && nargs > nparams)
4919 … if (parameterList.varargs == VarArg.typesafe && u + 1 == nparams) // if last varargs param
H A Dtraits.d1394 case VarArg.typesafe: style = "typesafe"; break; in semanticTraits()
H A Dtypesem.d1465 if (i + 1 == dim && tf.parameterList.varargs == VarArg.typesafe && in typeSemantic()
H A Dexpressionsem.d1753 if (tf.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) in functionParameters()
1774 …if (tf.parameterList.varargs == VarArg.typesafe && i + 1 == nparams) // https://dlang.org/spec/fun… in functionParameters()
H A Dparse.d2956 varargs = VarArg.typesafe;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d648 else static if (variadic == Variadic.typesafe) in fqnType()
1982 typesafe, /// Function is a typesafe variadic function.
1993 (varargs == "typesafe") ? Variadic.typesafe :
2014 extern(D) void typesafe(int[]...) {}
2019 static assert(variadicFunctionStyle!typesafe == Variadic.typesafe);
2021 static assert(variadicFunctionStyle!((int[] a...) {}) == Variadic.typesafe);
2180 else static if (varStyle == Variadic.typesafe)
2245 extern(D) int typesafe(int[]...);
2253 typeof(&dstyle), typeof(&typesafe)))
H A Dtypecons.d4483 case Variadic.typesafe:
7727 static if (variadicStyle == Variadic.typesafe)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d739 else static if (variadic == Variadic.typesafe) in fqnType()
2161 typesafe,
2172 (varargs == "typesafe") ? Variadic.typesafe :
2193 extern(D) void typesafe(int[]...) {}
2198 static assert(variadicFunctionStyle!typesafe == Variadic.typesafe);
2200 static assert(variadicFunctionStyle!((int[] a...) {}) == Variadic.typesafe);
2369 else static if (varStyle == Variadic.typesafe)
2450 extern(D) int typesafe(int[]...);
2458 typeof(&dstyle), typeof(&typesafe)))
H A Dtypecons.d5706 case Variadic.typesafe:
9437 static if (variadicStyle == Variadic.typesafe)
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDEFINE_STACK_OF.pod62 described below in a header file. These macros define typesafe inline
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DDEFINE_STACK_OF.pod71 described below in a header file. These macros define typesafe inline
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20031903 eval_intrinsic_f2): Use typesafe prototypes for eval functions.
1905 for typesafe intrinsics helper functions.
1915 any longer, everything is typesafe now.
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DCHANGES10796 added extra typesafe functions: these no longer exist.
10805 then the non typesafe macros are used instead. Also modified the
12633 *) Additional typesafe stacks.
12674 These are required because of the typesafe stack would otherwise break
12949 support typesafe stack.
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfigure26874 since the glibc definition is actually more typesafe, it is
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst250 together. This is the LLVM, typesafe, equivalent of having the
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200718792 (init_rtl_bb_info): Use typesafe memory macros.
H A DChangeLog-200218250 (decode_rtx_const): #if 0 out non-typesafe hack.