Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dcompiler_wrapper.py99 def GetCompilerArgs(args, is_cxx): argument
135 if is_cxx:
159 is_cxx = args[0].endswith('++')
162 if is_cxx:
165 args = [real_clang] + GetCompilerArgs(args, is_cxx)
/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/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py80 def compile_empty_source_file(target_dir, is_cxx): argument
81 compiler = '$CXX' if is_cxx else '$CC'
82 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)
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake75 string(REGEX MATCH "[.](cc|cpp)$" is_cxx ${source_rpath})
76 if(is_cxx)