Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/errors/
H A Derrormsg.cpp103 setProperty(sym, gGlobal->DEFLINEPROP, cons(tree(filename), tree(lineno))); in setDefProp()
109 return getProperty(sym, gGlobal->DEFLINEPROP, n); in hasDefProp()
115 if (getProperty(sym, gGlobal->DEFLINEPROP, n)) { in getDefFileProp()
125 if (getProperty(sym, gGlobal->DEFLINEPROP, n)) { in getDefLineProp()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh238 Tree DEFLINEPROP; member
H A Dglobal.cpp527 DEFLINEPROP = tree(symbol("DefLineProp")); in init()