Home
last modified time | relevance | path

Searched refs:errorType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.d837 enum errorType = "class"; variable
839 enum errorType = "interface"; variable
868 error("base " ~ errorType ~ " for an Objective-C " ~ in with()
869 errorType ~ " must be `extern (Objective-C)`"); in with()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d445 static void abortOnError(int forkPipeOut, InternalError errorType, int error) nothrow
447 core.sys.posix.unistd.write(forkPipeOut, &errorType, errorType.sizeof);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d970 static void abortOnError(int forkPipeOut, InternalError errorType, int error) nothrow
972 core.sys.posix.unistd.write(forkPipeOut, &errorType, errorType.sizeof);