Home
last modified time | relevance | path

Searched refs:sourceCodeFileName (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmessagesHandling.cpp102 string sourceCodeFileName, in msrError() argument
109 baseName (sourceCodeFileName) << ":" << sourceCodeLineNumber << in msrError()
128 string sourceCodeFileName, in msrMusicXMLError() argument
136 sourceCodeFileName, in msrMusicXMLError()
154 string sourceCodeFileName, in lpsrMusicXMLError() argument
162 sourceCodeFileName, in lpsrMusicXMLError()
175 string sourceCodeFileName, in msrInternalError() argument
183 sourceCodeFileName, in msrInternalError()
193 string sourceCodeFileName, in msrLimitation() argument
216 string sourceCodeFileName, in msrStreamsError() argument
[all …]
H A DmessagesHandling.h60 std::string sourceCodeFileName,
68 std::string sourceCodeFileName,
76 std::string sourceCodeFileName,
84 std::string sourceCodeFileName,
92 std::string sourceCodeFileName,
99 std::string sourceCodeFileName,
105 std::string sourceCodeFileName,
H A DbsrBasicTypes.cpp407 string sourceCodeFileName, in bsrInternalError() argument
415 sourceCodeFileName, in bsrInternalError()
H A DbsrBasicTypes.h281 std::string sourceCodeFileName,
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_debug.h29 FILE * _open (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionName);
46 void Melder_trace (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionName, cons… in Melder_trace() argument
49 FILE *f = MelderTrace::_open (sourceCodeFileName, lineNumber, functionName); in Melder_trace()
H A Dmelder_debug.cpp197 FILE * MelderTrace::_open (conststring8 sourceCodeFileName, int lineNumber, conststring8 functionNa… in _open() argument
208 if (sourceCodeFileName) { in _open()
209 const char *slashLocation = strrchr (sourceCodeFileName, Melder_DIRECTORY_SEPARATOR); in _open()
210 …fprintf (f, "%s (%s:%d): ", functionName, slashLocation ? slashLocation + 1 : sourceCodeFileName, … in _open()