Searched refs:gCVfrErrorHandle (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.h84 extern CVfrErrorHandle gCVfrErrorHandle;
H A DVfrFormPkg.cpp546 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", pNode->mMsg);
596 gCVfrErrorHandle.HandleError (ReturnCode, pNode->mLineNo, pNode->mKey);
608 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", "Var string is not the valid C variable");
627 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, FName, "Error", "Var Store Type is not defined");
633 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, FName, "Error", "Var Store Type is not defined");
659 gCVfrErrorHandle.HandleError (ReturnCode, pNode->mLineNo, pNode->mKey);
1061 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
1113 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
1136 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", "No found End Opcode in the end");
H A DVfrError.cpp245 CVfrErrorHandle gCVfrErrorHandle; variable
H A DVfrCompiler.cpp518 gCVfrErrorHandle.SetInputFile (InFileName);
H A DVfrSyntax.g120 #token LineDefinition "#line\ [0-9]+\ \"~[\"]+\"[\ \t]*\n" << gCVfrErrorHandle.ParseFileScopeRecord (begexpr (), line ()); skip (); newline (); >>
4072 gCVfrErrorHandle.PrintMsg (Tok->getLine(), Tok->getText(), "Error", ErrorMsg);
4081 mParserStatus = mParserStatus + gCVfrErrorHandle.HandleError (ReturnCode);
4090 mParserStatus = mParserStatus + gCVfrErrorHandle.HandleError (ReturnCode, Tok->getLine(), Tok->getText());
4099 mParserStatus = mParserStatus + gCVfrErrorHandle.HandleError (ReturnCode, LineNum);
4109 mParserStatus = mParserStatus + gCVfrErrorHandle.HandleError (ReturnCode, LineNum, (CHAR8 *) ErrorMsg);
4121 gCVfrErrorHandle.HandleError (VFR_RETURN_MISMATCHED, Tok->getLine(), Tok->getText());
H A DVfrUtilityLib.cpp905 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Warning", Msg);
922 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Error", "#pragma pack(pop...) : more pops than pushes");
936 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Error", "expected pragma parameter to be '1', '2', '4', '8', or '16'");

Completed in 64 milliseconds