Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp497 std::ofstream mpltFile; in DumpToHeaderFile() local
498 mpltFile.open(outfileName, std::ios::trunc); in DumpToHeaderFile()
500 LogInfo::MapleLogger().rdbuf(mpltFile.rdbuf()); // change cout's buffer to that of file in DumpToHeaderFile()
522 mpltFile.close(); in DumpToHeaderFile()
560 std::ofstream mpltFile; in DumpToCxxHeaderFile() local
561 mpltFile.open(pathToOutf, std::ios::trunc); in DumpToCxxHeaderFile()
563 LogInfo::MapleLogger().rdbuf(mpltFile.rdbuf()); // change cout's buffer to that of file in DumpToCxxHeaderFile()
602 mpltFile.close(); in DumpToCxxHeaderFile()
Dparser.cpp1359 bool MIRParser::ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName) in ParseMPLT() argument
1368 lexer.SetFile(mpltFile); in ParseMPLT()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h116 bool ParseMPLT(std::ifstream &mpltFile, const std::string &importFileName);