Searched refs:cplusplus (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dcppdefault.h40 const char cplusplus; /* Only look here if we're compiling C++. */ member in struct:default_include
H A Dc-incpath.c139 if (!p->cplusplus || cxx_stdinc)
159 if (!p->cplusplus || cxx_stdinc)
378 if (cpp_opts->cplusplus)
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinit.c73 char cplusplus; member in struct:lang_flags
106 CPP_OPTION (pfile, cplusplus) = l->cplusplus;
389 if (CPP_OPTION (pfile, cplusplus))
470 if (CPP_OPTION (pfile, cplusplus) && CPP_OPTION (pfile, operator_names))
628 if (CPP_OPTION (pfile, cplusplus))
H A Dcharset.c853 || (CPP_OPTION (pfile, cplusplus)
948 if (!CPP_OPTION (pfile, cplusplus) && !CPP_OPTION (pfile, c99))
H A Dexpr.c649 else if (CPP_OPTION (pfile, cplusplus)
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h269 unsigned char cplusplus; member in struct:cpp_options
271 /* Nonzero means handle cplusplus style comments. */

Completed in 135 milliseconds