Lines Matching refs:cxx
231 def is_gcc(cxx):
232 """Return True iff the compiler at `cxx` is GCC based."""
234 f'{cxx} -dM -E -',
261 cxx, ar, ld, platform, host, options,
269 'cxx = ' + cxx,
324 'build %s: cxx %s' % (src_to_obj(src_file),
375 cxx = os.environ.get('CXX', 'cl.exe')
379 cxx = os.environ.get('CXX', 'g++')
383 cxx = os.environ.get('CXX', 'g++')
387 cxx = os.environ.get('CXX', 'clang++')
388 ld = cxx
477 if is_gcc(cxx):
954 WriteGenericNinja(path, static_libraries, executables, cxx, ar, ld,