Searched refs:compile_flags (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/tools/build/src/tools/ |
D | mpi.jam | 335 local compile_flags ; 352 compile_flags = [ SHELL "$(command) -showme:compile" ] ; 357 compile_flags = "COMPILER $(compile_flags) -DOMPI_SKIP_MPICXX " ; 377 compile_flags = [ SHELL "$(command) -compile_info" ] ; 383 compile_flags = [ SHELL "$(command) -c -v -xtarget=native64 2>/dev/null" ] ; 385 local back = [ MATCH "--------------------(.*)" : $(compile_flags) ] ; 394 compile_flags = [ MATCH "(.*)--------------------" : $(back) ] ; 395 compile_flags = [ MATCH "(.*)-v" : $(compile_flags) ] ; 417 compile_flags = [ SHELL "$(command) -c -v 2>/dev/null" ] ; 418 compile_flags = [ MATCH "(.*)exec: export.*" : $(compile_flags) ] ; [all …]
|
/third_party/boost/libs/stl_interfaces/ |
D | CMakeLists.txt | 26 set(compile_flags -fsanitize=address) variable 30 set(compile_flags -fsanitize=undefined) variable 44 set(compile_flags -fprofile-arcs -ftest-coverage) variable 48 set(compile_flags --coverage) variable 71 target_compile_options(stl_interfaces INTERFACE ${compile_flags})
|
/third_party/boost/libs/yap/ |
D | CMakeLists.txt | 62 set(compile_flags -fsanitize=address) variable 66 set(compile_flags -fsanitize=undefined) variable 79 set(compile_flags -fprofile-arcs -ftest-coverage) variable 83 set(compile_flags --coverage) variable 113 target_compile_options(yap INTERFACE ${compile_flags})
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout.cc | 199 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 206 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
|
D | hb-aat-layout-morx-table.hh | 940 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() function 1090 void compile_flags (const hb_aat_map_builder_t *mapper, in compile_flags() function 1097 map->chain_flags.push (chain->compile_flags (mapper)); in compile_flags()
|
/third_party/harfbuzz/src/ |
D | hb-aat-layout.cc | 208 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 215 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
|
D | hb-aat-layout-morx-table.hh | 940 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() function 1092 void compile_flags (const hb_aat_map_builder_t *mapper, in compile_flags() function 1099 map->chain_flags.push (chain->compile_flags (mapper)); in compile_flags()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-aat-layout.cc | 209 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map() 216 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
|
D | hb-aat-layout-morx-table.hh | 957 hb_mask_t compile_flags (const hb_aat_map_builder_t *map) const in compile_flags() function 1109 void compile_flags (const hb_aat_map_builder_t *mapper, in compile_flags() function 1116 map->chain_flags.push (chain->compile_flags (mapper)); in compile_flags()
|
/third_party/grpc/third_party/toolchains/bazel_0.26.0_rbe_windows/ |
D | cc_toolchain_config.bzl | 1415 compile_flags = [ 1503 flag_groups = ([flag_group(flags = compile_flags)] if compile_flags else []),
|