Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h774 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h913 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Ddirectives.c991 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
1048 if (cpp_interpret_string_notranslate (pfile, &token->val.str, in do_linemarker()
1738 || !cpp_interpret_string_notranslate (pfile, &tok->val.str, 1, &str, in do_pragma_warning_or_error()
H A Dcharset.c1770 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c1050 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Ddirectives.c925 if (cpp_interpret_string_notranslate (pfile, &token->val.str, 1, in do_line()
981 if (cpp_interpret_string_notranslate (pfile, &token->val.str, in do_linemarker()
H A Dcharset.c1452 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c1235 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dparser.c3509 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c4147 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)