Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/unstable-book-gen/src/
Dmain.rs31 let compiler_flags = collect_unstable_book_section_file_names(&path.join("src/compiler-flags")); in generate_summary() localVariable
/third_party/mesa3d/src/asahi/vulkan/
Dhk_physical_device.c1013 const uint64_t compiler_flags = hk_physical_device_compiler_flags(pdev); in hk_physical_device_init_pipeline_cache() local
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_physical_device.c1211 const uint64_t compiler_flags = nvk_physical_device_compiler_flags(pdev); in nvk_physical_device_init_pipeline_cache() local
/third_party/python/
Dsetup.py134 def set_compiler_flags(compiler_flags, compiler_py_flags_nodist): argument