Searched refs:is_cxx (Results 1 – 10 of 10) sorted by relevance
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'
3779 static bool is_cxx (void);3780 static bool is_cxx (const_tree);5552 is_cxx (void) in is_cxx() function5563 is_cxx (const_tree decl) in is_cxx() function5571 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 …]
15622 (is_cxx): Likewise.15625 (dwarf2out_decl): Use is_cxx rather than testing explicitly against
20310 (get_ultimate_context): Split out from is_cxx.20311 (is_cxx): Use get_ultimate_context.41014 * dwarf2out.c (is_cxx): New overload with context.
3398 * dwarf2out.c (is_cxx): Prototype.3601 * dwarf2out.c (is_cxx): New fn.
27149 * dwarf2out.c (is_cxx): Likewise.
25703 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
13348 (is_cxx, is_fortran, is_ada, debug_dwarf, break_out_comdat_types,
3361 * dwarf2out.c (is_cxx): Add DW_LANG_C_plus_plus_11 and
3687 static bool is_cxx (void);3688 static bool is_cxx (const_tree);5408 is_cxx (void) in is_cxx() function5419 is_cxx (const_tree decl) in is_cxx() function5427 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 …]