Lines Matching refs:cxx
130 parser.add_option("--cxx", default=find_executable("c++"),
171 options.cxx = find_executable(options.cxx)
258 self.cxx = options.cxx
315 command = [self.cxx]
384 CXX=self.cxx),
386 CXX=self.cxx),
388 CXX=self.cxx)),
390 CXX=self.cxx),
392 CXX=self.cxx),
394 CXX=self.cxx)))
604 logging.getLogger().info("CXX = " + str(options.cxx))