Home
last modified time | relevance | path

Searched refs:usePreprocessorFlags (Results 1 – 8 of 8) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/config/compile/
H A DHC.py21 def __init__(self, argDB, usePreprocessorFlags = True): argument
27 if usePreprocessorFlags:
49 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DCUDA.py21 def __init__(self, argDB, usePreprocessorFlags = True): argument
27 if usePreprocessorFlags:
49 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DHIP.py28 def __init__(self, argDB, usePreprocessorFlags = False): argument
34 if usePreprocessorFlags:
62 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DSYCL.py28 def __init__(self, argDB, usePreprocessorFlags = False): argument
34 if usePreprocessorFlags:
57 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DFC.py20 def __init__(self, argDB, usePreprocessorFlags = True): argument
26 if usePreprocessorFlags:
37 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DCxx.py20 def __init__(self, argDB, usePreprocessorFlags = True): argument
26 if usePreprocessorFlags:
48 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
102 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
H A DC.py19 def __init__(self, argDB, usePreprocessorFlags = True): argument
33 if usePreprocessorFlags:
55 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
108 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
206 self.compiler = Compiler(argDB, usePreprocessorFlags = False)
/dports/science/PETSc/petsc-3.14.1/
H A DCTAGS37472 __init__ config/BuildSystem/config/compile/C.py /^ def __init__(self, argDB, usePreprocessorFlags
37478 …/BuildSystem/config/compile/CUDA.py /^ def __init__(self, argDB, usePreprocessorFlags = True):$/;…
37482 …g/BuildSystem/config/compile/Cxx.py /^ def __init__(self, argDB, usePreprocessorFlags = True):$/;…
37485 __init__ config/BuildSystem/config/compile/FC.py /^ def __init__(self, argDB, usePreprocessorFlags
37491 __init__ config/BuildSystem/config/compile/HC.py /^ def __init__(self, argDB, usePreprocessorFlags
37497 …g/BuildSystem/config/compile/HIP.py /^ def __init__(self, argDB, usePreprocessorFlags = False):$/…
37503 …/BuildSystem/config/compile/SYCL.py /^ def __init__(self, argDB, usePreprocessorFlags = False):$/…