Lines Matching defs:vbcppError

590 static RTEXITCODE vbcppError(PVBCPP pThis, const char *pszMsg, ...)
683 return vbcppError(pStrBuf->pThis, "out of memory (%zu bytes)", cbNew);
1040 return vbcppError(pThis, "Output error: %Rrc", rc);
1057 return vbcppError(pThis, "Output error: %Rrc", rc);
1068 AssertRCReturn(rc, vbcppError(pThis, "Input seek error: %Rrc", rc));
1079 return vbcppError(pThis, "Output error: %Rrc", rc);
1088 return vbcppError(pThis, "Input error: %Rrc", rc);
1091 return vbcppError(pThis, "Output error: %Rrc", rc);
1184 return vbcppError(pThis, "unterminated multi-line comment");
1224 rcExit = vbcppError(pThis, "Did not expected anything more on this line");
1458 rcExit = vbcppError(pThis, "Unterminated double quoted string");
1495 rcExit = vbcppError(pThis, "Unterminated singled quoted string");
1535 AssertBreakStmt(ch2 == ch, rcExit = vbcppError(pThis, "internal error"));
1556 AssertReturn(pchDefine, vbcppError(pThis, "Internal error in ScmStreamCGetWordM1"));
1597 rcExit = vbcppError(pThis, "Output error: %Rrc", rc);
1611 rcExit = vbcppError(pThis, "Output error: %Rrc", rc);
1778 AssertReturn(ch2 == '\n', vbcppError(pThis, "internal error"));
1788 AssertReturn(ch == '\r' || ch == '\n', vbcppError(pThis, "internal error"));
1796 AssertReturn(ch == '/', vbcppError(pThis, "Internal error - expected '/' got '%c'", ch));
1819 AssertReturn(ch == '*', vbcppError(pThis, "Internal error - expected '*' got '%c'", ch));
1853 return vbcppError(pThis, "out of memory");
1870 rcExit = vbcppError(pThis, "out of memory");
1894 return vbcppError(pThis, "Internal error - expected '(', found '%c' (#x)", ch, ch);
2007 rcExit = vbcppError(pThis, "out of memory");
2023 rcExit = vbcppError(pThis, "Missing ')'");
2067 rcExit = vbcppError(pThis, "The '##' operatore is not yet implemented");
2072 rcExit = vbcppError(pThis, "The '#' operatore is not yet implemented");
2086 rcExit = vbcppError(pThis, "String litteral is missing closing quote (\").");
2102 rcExit = vbcppError(pThis, "Character constant is missing closing quote (').");
2216 rcExit = vbcppError(pThis, "Too many arguments to macro '%s' - found %u, expected %u",
2219 rcExit = vbcppError(pThis, "Too few arguments to macro '%s' - found %u, expected %u",
2340 return vbcppError(pThis, "Expected macro name after 'defined' operator");
2356 return vbcppError(pThis, "Expected closing parenthesis after macro name");
2408 return vbcppError(pThis, "Missing end quote (%c)", chEndQuote);
2543 return vbcppError(pThis, "out of memory");
2570 RTEXITCODE rcExit = vbcppError(pThis, "Cannot use '%s' as a macro name", pMacro->Core.pszString);
2833 AssertReturn(pMacro, vbcppError(pThis, "Internal error"));
2955 return vbcppError(pThis, "Output error");
3000 rcExit = vbcppError(pThis, "Missing ')'");
3016 rcExit = vbcppError(pThis, "Expected whitespace after macro name");
3063 rcExit = vbcppError(pThis, "output error");
3127 rcExit = vbcppError(pThis, "output error");
3133 rcExit = vbcppError(pThis, "Malformed #ifndef");
3189 return vbcppError(pThis, "Too many nested #if/#ifdef/#ifndef statements");
3196 return vbcppError(pThis, "out of memory");
3232 return vbcppError(pThis, "Output error %Rrc", (int)cch);
4041 return vbcppError(pThis, "Internal error: u.Unary.enmOperator=%d", pRoot->u.Unary.enmOperator);
4091 return vbcppError(pThis, "Divide by zero");
4096 return vbcppError(pThis, "Divide by zero");
4145 return vbcppError(pThis, "Internal error: u.Binary.enmOperator=%d", pRoot->u.Binary.enmOperator);
4157 return vbcppError(pThis, "Divide by zero");
4162 return vbcppError(pThis, "Divide by zero");
4211 return vbcppError(pThis, "Internal error: u.Binary.enmOperator=%d", pRoot->u.Binary.enmOperator);
4226 return vbcppError(pThis, "Internal error: enmKind=%d", pRoot->enmKind);
4304 return vbcppError(pThis, "Expected '*/'");
4344 return vbcppError(pThis, "File ended with an open character constant");
4452 return vbcppError(pThis, "#elif without #if");
4542 rcExit = vbcppError(pThis, "Output error %Rrc", (int)cch);
4550 rcExit = vbcppError(pThis, "Empty #if expression");
4598 rcExit = vbcppError(pThis, "Malformed #ifdef");
4644 rcExit = vbcppError(pThis, "Malformed #ifndef");
4700 rcExit = vbcppError(pThis, "Output error %Rrc", (int)cch);
4706 rcExit = vbcppError(pThis, "Double #else or/and missing #endif");
4709 rcExit = vbcppError(pThis, "#else without #if");
4752 rcExit = vbcppError(pThis, "Output error %Rrc", (int)cch);
4758 rcExit = vbcppError(pThis, "#endif without #if");
4790 return vbcppError(pThis, "Too many include directories");
4794 return vbcppError(pThis, "No memory for include directories");
4799 return vbcppError(pThis, "No string memory for include directories");
4841 rcExit = vbcppError(pThis, "Multi-line include file specfications are not supported");
4851 rcExit = vbcppError(pThis, "Expected '%c'", chType);
4857 rcExit = vbcppError(pThis, "Including via a define is not implemented yet");
4860 rcExit = vbcppError(pThis, "Malformed include directive");
4880 rcExit = vbcppError(pThis, "Includes are fully implemented");
4899 rcExit = vbcppError(pThis, "Output error %Rrc", (int)cch);
4959 rcExit = vbcppError(pThis, "output error");
4966 rcExit = vbcppError(pThis, "Malformed #pragma");
4984 return vbcppError(pThis, "Hit an #error");
4999 return vbcppError(pThis, "Not implemented: %s", __FUNCTION__);
5012 return vbcppError(pThis, "Not implemented: %s", __FUNCTION__);
5064 rcExit = vbcppError(pThis, "Unknown preprocessor directive '#%.*s'", cchDirective, pchDirective);
5075 rcExit = vbcppError(pThis, "Malformed preprocessor directive");
5197 return vbcppError(pThis, "Preprocessing the standard input stream is currently not supported");
5202 return vbcppError(pThis, "out of memory");
5209 return vbcppError(pThis, "ScmStreamInitForReading returned %Rrc when opening input file (%s)",
5214 return vbcppError(pThis, "ScmStreamInitForWriting returned %Rrc", rc);
5410 vbcppError(pThis, "ScmStreamWriteToFile failed with %Rrc when writing '%s'", rc, pThis->pszOutput);
5416 vbcppError(pThis, "ScmStreamWriteToStdOut failed with %Rrc", rc);