Lines Matching full:cxx
23 cxx = "\$CXX "
26 cxx = linux_clangxx_bin
29 cxx = "clang++"
33 cxx = "g++"
44 host_cxx = cxx
54 target_cxx = cxx
66 cxx = invoker.cxx
80 tool("cxx") {
82 …command = "$cc_wrapper $cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}…
124 …command = "$cc_wrapper $cxx -shared {{ldflags}} ${extra_ldflags} {{inputs}} {{solibs}} {{libs}} $r…
134 …command = "$cc_wrapper $cxx {{ldflags}} ${extra_ldflags} {{inputs}} {{solibs}} {{libs}} -o {{outpu…
163 cxx = target_cxx
171 cxx = host_cxx
180 cxx = "$emsdk_dir/emscripten/em++ --em-config $em_config"