Home
last modified time | relevance | path

Searched defs:compiler_flags (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/jemalloc_new/scripts/
H A Dgen_travis.py74 compiler_flags = [ variable
/aosp_15_r20/external/wayland/
H A Dmeson.build24 compiler_flags = [ variable
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_physical_device.c1103 const uint64_t compiler_flags = nvk_physical_device_compiler_flags(pdev); in nvk_physical_device_init_pipeline_cache() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_physical_device.c999 const uint64_t compiler_flags = hk_physical_device_compiler_flags(pdev); in hk_physical_device_init_pipeline_cache() local
/aosp_15_r20/external/python/cpython3/
Dsetup.py134 def set_compiler_flags(compiler_flags, compiler_py_flags_nodist): argument