Searched refs:is_cxx (Results 1 – 5 of 5) sorted by relevance
99 def GetCompilerArgs(args, is_cxx): argument135 if is_cxx:159 is_cxx = args[0].endswith('++')162 if is_cxx:165 args = [real_clang] + GetCompilerArgs(args, is_cxx)
81 def compile_empty_source_file(target_dir, is_cxx): argument82 compiler = '$CXX' if is_cxx else '$CC'83 src_file_name = 'test.cxx' if is_cxx else 'test.c'
80 def compile_empty_source_file(target_dir, is_cxx): argument81 compiler = '$CXX' if is_cxx else '$CC'82 src_file_name = 'test.cxx' if is_cxx else 'test.c'
41 string(REGEX MATCH "[.](cc|cpp)$" is_cxx ${source_rpath})42 if(is_cxx)
75 string(REGEX MATCH "[.](cc|cpp)$" is_cxx ${source_rpath})76 if(is_cxx)