HomeSort by: relevance | last modified time | path
    Searched defs:is_cxx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3782 static bool is_cxx (void);
3783 static bool is_cxx (const_tree);
5575 is_cxx (void)
5586 is_cxx (const_tree decl)
5594 return is_cxx ();
7824 if (is_cxx () && name != NULL)
11619 const char *sep = is_cxx () ? "::" : ".";
11687 if (!is_cxx ())
11716 if (!is_cxx ())
13426 if (is_cxx ())
5567 is_cxx (void) function
5578 is_cxx (const_tree decl) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3784 static bool is_cxx (void);
3785 static bool is_cxx (const_tree);
5560 is_cxx (void)
5571 is_cxx (const_tree decl)
5579 return is_cxx ();
7791 if (is_cxx () && name != NULL)
11577 const char *sep = is_cxx () ? "::" : ".";
11645 if (!is_cxx ())
11674 if (!is_cxx ())
13369 if (is_cxx ())
5552 is_cxx (void) function
5563 is_cxx (const_tree decl) function
    [all...]

Completed in 52 milliseconds