Home
last modified time | relevance | path

Searched refs:is_cxx (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py81 def compile_empty_source_file(target_dir, is_cxx): argument
82 compiler = '$CXX' if is_cxx else '$CC'
83 src_file_name = 'test.cxx' if is_cxx else 'test.c'
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake41 string(REGEX MATCH "[.](cc|cpp)$" is_cxx ${source_rpath})
42 if(is_cxx)