Searched refs:getExtraArguments (Results 1 – 8 of 8) sorted by relevance
| /petsc/config/BuildSystem/config/compile/ |
| H A D | C.py | 90 def getExtraArguments(self): member in Linker 94 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,… 146 def getExtraArguments(self): member in SharedLinker 150 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,… 240 def getExtraArguments(self): member in DynamicLinker 244 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | Cxx.py | 84 def getExtraArguments(self): member in Linker 88 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,… 141 def getExtraArguments(self): member in SharedLinker 145 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | CUDA.py | 57 def getExtraArguments(self): member in Linker 61 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | SYCL.py | 71 def getExtraArguments(self): member in Linker 75 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | HC.py | 57 def getExtraArguments(self): member in Linker 61 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | HIP.py | 70 def getExtraArguments(self): member in Linker 74 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | FC.py | 73 def getExtraArguments(self): member in Linker 77 …extraArguments = property(getExtraArguments, config.compile.processor.Processor.setExtraArguments,…
|
| H A D | processor.py | 105 def getExtraArguments(self): member in Processor 113 …extraArguments = property(getExtraArguments, setExtraArguments, doc = 'Optional arguments for the …
|