Searched refs:addPrototype (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/utilities/ |
| H A D | missing.py | 106 self.addPrototype('#include <stddef.h>\nint getdomainname(char *, size_t);', 'C') 110 self.addPrototype('#include <stddef.h>\nint getdomainname(char *, size_t);', 'extern C') 127 self.addPrototype('double drand48(void);', 'C') 128 self.addPrototype('void srand48(long int);', 'C') 132 self.addPrototype('double drand48(void);', 'extern C') 133 self.addPrototype('void srand48(long int);', 'extern C')
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 191 def addPrototype(self, prototype, language = 'All'): member in Configure
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 365 `addDefine()`, and `addTypedef()` and `addPrototype()` also put
|