Searched refs:opaque (Results 1 – 5 of 5) sorted by relevance
| /petsc/lib/petsc/bin/ |
| H A D | getAPI.py | 73 self.opaque = False 82 if self.opaque: mstr += ' opaque binding\n' 83 elif self.opaque: mstr += ' opaque stub\n' 121 def __init__(self, name, mansec, includefile, opaque, records, *args, **kwargs): argument 125 self.opaque = opaque 131 if self.opaque: mstr += ' opaque\n' 349 opaque = False 368 if values.find('#') > -1 or values.find('*') > -1 or values.find('][') > -1: opaque = True 369 if not values.find('#') == -1: opaque = True 374 structs[name] = Struct(name,mansec,file,opaque,ivalues) [all …]
|
| H A D | generatefortranbindings.py | 49 if fun.opaque: 55 fun.opaque = True 58 fun.opaque = True 62 fun.opaque = True 132 if ktypename in structs and not structs[ktypename].opaque: 204 if fun.opaque or fun.opaquestub: skipbody = True 283 if k.typename in structs.keys() and structs[k.typename].opaque: 395 if k.typename in structs.keys() and structs[k.typename].opaque: 576 if not structs[i].opaque: 697 if structs[i].opaque: continue [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | prettyprintAPI.py | 58 fd.write('- '+i+' ' + str(structs[i].opaque)+'\n')
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 51 opaque data structures which are created, accessed and destroyed by
|
| /petsc/doc/manual/ |
| H A D | tao.md | 227 opaque pointer. The routines can access information created outside the
|