Home
last modified time | relevance | path

Searched refs:compile_flags (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/tools/build/src/tools/
Dmpi.jam335 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/
DCMakeLists.txt26 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/
DCMakeLists.txt62 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/
Dhb-aat-layout.cc199 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map()
206 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
Dhb-aat-layout-morx-table.hh940 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/
Dhb-aat-layout.cc208 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map()
215 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
Dhb-aat-layout-morx-table.hh940 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/
Dhb-aat-layout.cc209 morx.compile_flags (mapper, map); in hb_aat_layout_compile_map()
216 mort.compile_flags (mapper, map); in hb_aat_layout_compile_map()
Dhb-aat-layout-morx-table.hh957 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/
Dcc_toolchain_config.bzl1415 compile_flags = [
1503 flag_groups = ([flag_group(flags = compile_flags)] if compile_flags else []),