Lines Matching refs:cxx
19 def compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, out):
27 cc, cxx: compiler binaries to use
38 'CXX': cxx,
98 cc, cxx, ccache = None, None, None
173 cxx = clang_linux + '/bin/clang++'
183 cc, cxx = 'clang', 'clang++'
187 cxx = skia_dir.join("tools/clang-tidy.sh")
242 compile_swiftshader(api, extra_tokens, swiftshader_root, cc, cxx, swiftshader_out)
331 'cxx': cxx,