Home
last modified time | relevance | path

Searched refs:digraphs (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinit.c78 char digraphs; member
112 CPP_OPTION (pfile, digraphs) = l->digraphs; in cpp_set_lang()
H A Dlex.c1086 else if (CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct()
1118 else if (CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct()
1195 else if (*buffer->cur == '>' && CPP_OPTION (pfile, digraphs)) in _cpp_lex_direct()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h289 unsigned char digraphs; member
/freebsd-12.1/contrib/gcc/doc/
H A Dstandards.texi72 amendment added digraphs and @code{__STDC_VERSION__} to the language,
H A Dcpp.texi574 @cindex digraphs
580 punctuators. There are also six @dfn{digraphs}, which the C++ standard
584 unlike trigraphs, but does not cover as much ground. The digraphs and
3723 If you use digraphs the behavior is undefined.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DLangOptions.def115 LANGOPT(Digraphs , 1, 0, "digraphs")
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20002424 * c-lex.c (init_c_lex): Don't do anything for digraphs.
14178 honor digraphs.
14487 * cppinit.c: (cpp_reader_init): Allow digraphs by default.
14488 (handle_option): Set digraphs according to standard.
14491 * cpplex.c: (lex_line, can_paste): Honor digraphs in
14492 accordance with the digraphs flag.
14494 * cpplib.h: (struct cpp_options): New option digraphs.
21998 * cpplex.c (_cpp_lex_token): Handle digraphs. Don't null-terminate
H A DChangeLog-200116031 * cpp.texi: Add index entries for digraphs, and add comment
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19953543 * lex.c (real_yylex): Handle digraphs.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1392 def fno_digraphs : Flag<["-"], "fno-digraphs">, Group<f_Group>, Flags<[CC1Option]>,
/freebsd-12.1/contrib/ncurses/
H A DNEWS2582 substitution by IBM xlc to '#' as part of its extensions to digraphs.