Home
last modified time | relevance | path

Searched refs:constnumeric (Results 1 – 2 of 2) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dmodula3.cxx1599 String *constnumeric = Getfeature(n, "constnumeric"); in getConstNumeric() local
1602 if (constnumeric == NIL) { in getConstNumeric()
1605 } else if (!strToL(constnumeric, numvalue)) { in getConstNumeric()
1607 …constnumeric' of %s specifies value <%s> which is not an integer constant.\n", name, constnumeric); in getConstNumeric()
/dports/devel/swig/swig-4.0.2/Lib/modula3/
H A Dmodula3.swg765 #define %constnumeric(num) %feature("constnumeric","num")