Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A 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'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3779 static bool is_cxx (void);
3780 static bool is_cxx (const_tree);
5552 is_cxx (void) in is_cxx() function
5563 is_cxx (const_tree decl) in is_cxx() function
5571 return is_cxx (); in is_cxx()
7781 if (is_cxx () && name != NULL) in generate_type_signature()
11565 const char *sep = is_cxx () ? "::" : "."; in add_pubtype()
11633 if (!is_cxx ()) in output_pubname()
11662 if (!is_cxx ()) in output_pubname()
13356 if (is_cxx ()) in is_cxx_auto()
[all …]
H A DChangeLog-200615622 (is_cxx): Likewise.
15625 (dwarf2out_decl): Use is_cxx rather than testing explicitly against
H A DChangeLog-201720310 (get_ultimate_context): Split out from is_cxx.
20311 (is_cxx): Use get_ultimate_context.
41014 * dwarf2out.c (is_cxx): New overload with context.
H A DChangeLog-20013398 * dwarf2out.c (is_cxx): Prototype.
3601 * dwarf2out.c (is_cxx): New fn.
H A DChangeLog-202127149 * dwarf2out.c (is_cxx): Likewise.
H A DChangeLog-200325703 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
H A DChangeLog-201013348 (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
H A DChangeLog-20143361 * dwarf2out.c (is_cxx): Add DW_LANG_C_plus_plus_11 and
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3687 static bool is_cxx (void);
3688 static bool is_cxx (const_tree);
5408 is_cxx (void) in is_cxx() function
5419 is_cxx (const_tree decl) in is_cxx() function
5427 return is_cxx (); in is_cxx()
7635 if (is_cxx () && name != NULL) in generate_type_signature()
11403 const char *sep = is_cxx () ? "::" : "."; in add_pubtype()
11471 if (!is_cxx ()) in output_pubname()
11500 if (!is_cxx ()) in output_pubname()
12950 if (is_cxx ()) in is_cxx_auto()
[all …]