| H A D | libraries.py | 112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument 117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle): 186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument 196 if prototype: 197 if isinstance(prototype, str): 198 pre = prototype 200 pre = prototype[f] 303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument 308 …if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLin… 327 if self.check('', funcs, prototype = prototypes, call = calls): [all …]
|