Searched refs:cpp_interpret_string_notranslate (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 774 extern bool cpp_interpret_string_notranslate (cpp_reader *,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 913 extern bool cpp_interpret_string_notranslate (cpp_reader *,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | directives.c | 991 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 D | charset.c | 1770 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 D | c-lex.c | 1050 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | directives.c | 925 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 D | charset.c | 1452 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 D | c-lex.c | 1235 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | parser.c | 3509 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 4147 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)
|