Home
last modified time | relevance | path

Searched defs:sSourceFile (Results 1 – 4 of 4) sorted by relevance

/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2SimpleCompiler.cpp93 SimpleCompiler::SimpleCompiler(const std::string & sSourceFile) in SimpleCompiler()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2SimpleCompiler.cpp93 SimpleCompiler::SimpleCompiler(const std::string & sSourceFile) in SimpleCompiler()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DCppCompilerEnvironment.cpp109 std::string sSourceFile = sCppRadical + ".h"; in CppScriptSession() local
148 std::string sSourceFile = _sCppRadical + ".h"; in ~CppScriptSession() local
159 std::string sSourceFile = _sCppRadical + ".cpp"; in ~CppScriptSession() local
H A DUtlTrace.cpp132 void UtlTrace::traceText(const char* sSourceFile, int iLineCode, const char* sText) { in traceText()