Searched refs:errorType (Results 1 – 3 of 3) sorted by relevance
837 enum errorType = "class"; variable839 enum errorType = "interface"; variable868 error("base " ~ errorType ~ " for an Objective-C " ~ in with()869 errorType ~ " must be `extern (Objective-C)`"); in with()
445 static void abortOnError(int forkPipeOut, InternalError errorType, int error) nothrow447 core.sys.posix.unistd.write(forkPipeOut, &errorType, errorType.sizeof);
970 static void abortOnError(int forkPipeOut, InternalError errorType, int error) nothrow972 core.sys.posix.unistd.write(forkPipeOut, &errorType, errorType.sizeof);