Home
last modified time | relevance | path

Searched refs:detect_compiler_for (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/modules/
H A Djava.py19 from mesonbuild.compilers import detect_compiler_for
35 detect_compiler_for(interpreter.environment, 'java', MachineChoice.BUILD)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/modules/
H A Djava.py19 from mesonbuild.compilers import detect_compiler_for
35 detect_compiler_for(interpreter.environment, 'java', MachineChoice.BUILD)
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/modules/
H A Djava.py19 from mesonbuild.compilers import detect_compiler_for
35 detect_compiler_for(interpreter.environment, 'java', MachineChoice.BUILD)
/dports/devel/meson/meson-0.60.3/mesonbuild/modules/
H A Djava.py19 from mesonbuild.compilers import detect_compiler_for
35 detect_compiler_for(interpreter.environment, 'java', MachineChoice.BUILD)
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/compilers/
H A D__init__.py154 detect_compiler_for,
H A Ddetect.py217 def detect_compiler_for(env: 'Environment', lang: str, for_machine: MachineChoice)-> T.Optional[Com… function
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/compilers/
H A D__init__.py158 detect_compiler_for,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/compilers/
H A D__init__.py156 detect_compiler_for,
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/compilers/
H A D__init__.py158 detect_compiler_for,
H A Ddetect.py214 def detect_compiler_for(env: 'Environment', lang: str, for_machine: MachineChoice) -> T.Optional[Co… function
/dports/devel/meson/meson-0.60.3/mesonbuild/compilers/
H A D__init__.py158 detect_compiler_for,
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/ast/
H A Dintrospection.py26 from ..compilers import detect_compiler_for
166 detect_compiler_for(self.environment, lang, for_machine)
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/ast/
H A Dintrospection.py26 from ..compilers import detect_compiler_for
166 detect_compiler_for(self.environment, lang, for_machine)
/dports/devel/meson/meson-0.60.3/mesonbuild/ast/
H A Dintrospection.py26 from ..compilers import detect_compiler_for
166 detect_compiler_for(self.environment, lang, for_machine)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/dependencies/
H A Ddev.py26 from ..compilers import AppleClangCCompiler, AppleClangCPPCompiler, detect_compiler_for
510 detect_compiler_for(environment, 'java', self.for_machine)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/ast/
H A Dintrospection.py26 from ..compilers import detect_compiler_for
166 detect_compiler_for(self.environment, lang, for_machine)
/dports/devel/meson/meson-0.60.3/mesonbuild/dependencies/
H A Ddev.py26 from ..compilers import AppleClangCCompiler, AppleClangCPPCompiler, detect_compiler_for
507 detect_compiler_for(environment, 'java', self.for_machine)
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/ast/
H A Dintrospection.py26 from ..compilers import detect_compiler_for
166 detect_compiler_for(self.environment, lang, for_machine)
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/dependencies/
H A Ddev.py26 from ..compilers import AppleClangCCompiler, AppleClangCPPCompiler, detect_compiler_for
507 detect_compiler_for(environment, 'java', self.for_machine)
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/dependencies/
H A Ddev.py26 from ..compilers import AppleClangCCompiler, AppleClangCPPCompiler, detect_compiler_for
507 detect_compiler_for(environment, 'java', self.for_machine)
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/dependencies/
H A Ddev.py26 from ..compilers import AppleClangCCompiler, AppleClangCPPCompiler, detect_compiler_for
523 detect_compiler_for(environment, 'java', self.for_machine)
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/ast/
H A Dintrospection.py150 self.environment.detect_compiler_for(lang, for_machine)
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/ast/
H A Dintrospection.py150 self.environment.detect_compiler_for(lang, for_machine)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/unittests/
H A Dallplatformstests.py51 detect_compiler_for
1842 comp = detect_compiler_for(env, l, MachineChoice.HOST)
3740 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)
3745 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)
3751 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)
/dports/devel/meson/meson-0.60.3/unittests/
H A Dallplatformstests.py52 detect_compiler_for
1872 comp = detect_compiler_for(env, l, MachineChoice.HOST)
3814 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)
3819 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)
3825 cc = detect_compiler_for(env, 'c', MachineChoice.HOST)

12