Home
last modified time | relevance | path

Searched refs:SearchCompilePro (Results 1 – 5 of 5) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddinterpreter.cpp339 bool GDLInterpreter::SearchCompilePro(const string& pro, bool searchForPro) in SearchCompilePro() function in GDLInterpreter
395 /*bool found=*/ SearchCompilePro(proName, true); in GetStruct()
439 /*bool found=*/ SearchCompilePro(subName, false); in GetFunIx()
455 /*bool found=*/ SearchCompilePro(subName, false); in GetFunIx()
478 /*bool found=*/ SearchCompilePro(subName, true); in GetProIx()
546 /*bool found=*/ SearchCompilePro(subName, true); in GetProIx()
H A Ddstructdesc.cpp268 …bool found=GDLInterpreter::SearchCompilePro( name+"__"+pName, true); // true -> search for procedu… in GetPro()
297 …bool found=GDLInterpreter::SearchCompilePro( name+"__"+pName, false); // false -> search for funct… in GetFun()
H A Dpythongdl.cpp325 /*bool found=*/ interpreter->SearchCompilePro( pro, false); in GDLSub()
356 /*bool found=*/ interpreter->SearchCompilePro( pro, true); in GDLSub()
H A DGDLInterpreter.hpp116 static bool SearchCompilePro(const std::string& pro, bool searchForPro);
H A Dgdlc.i.g169 static bool SearchCompilePro(const std::string& pro, bool searchForPro);