Searched defs:ErrorMsg (Results 1 – 12 of 12) sorted by relevance
35 std::string ErrorMsg; in main() local
169 std::string ErrorMsg; in main() local
84 std::string *ErrorMsg) { in CompareNumbers()
122 std::string ErrorMsg; in ReportDiag() local297 std::string ErrorMsg; in ReportDiag() local
220 std::string ErrorMsg; in TestMergedProgram() local398 std::string ErrorMsg; in ExtractLoops() local579 std::string ErrorMsg; in ExtractBlocks() local
337 std::string ErrorMsg; member in __anon5542a7700211::ModuleLinker960 bool Linker::LinkModules(Module *Dest, Module *Src, std::string *ErrorMsg) { in LinkModules()
367 Archive::loadSymbolTable(std::string* ErrorMsg) { in loadSymbolTable()
1562 class ErrorMsg : public QMessageBox { class1570 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() function in ErrorMsg
1604 class ErrorMsg : public QMessageBox { class1612 ErrorMsg::ErrorMsg(QWidget *parent, DWORD last_err) : in ErrorMsg() function in ErrorMsg
658 std::string ErrorMsg; in getPointerToFunction() local
524 raw_string_ostream ErrorMsg(msg); in EmitGlobalConstant() local
379 def ErrorMsg(title, message): function