/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | input.c | 2412 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_simple() 2466 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ebcdic() 2512 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_hex() 2553 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_oct() 2687 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn4() 2738 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_ucn8() 2798 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_wide_string() 2848 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string16() 2889 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_string32() 2931 bool result = cpp_interpret_string (test.m_parser, &tok->val.str, 1, in test_lexer_string_locations_u8() [all …]
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | charset.c | 1371 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() function 1463 retval = cpp_interpret_string (pfile, from, count, to, CPP_STRING); in cpp_interpret_string_notranslate() 1615 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, token->type)) in cpp_interpret_charconst()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 173 if (cpp_interpret_string (pfile, str, 1, &cstr, CPP_STRING)) in cb_ident() 1050 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
H A D | c-common.c | 867 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING)) in fname_as_string()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | charset.c | 1690 cpp_interpret_string (cpp_reader *pfile, const cpp_string *from, size_t count, in cpp_interpret_string() function 1781 retval = cpp_interpret_string (pfile, from, count, to, CPP_STRING); in cpp_interpret_string_notranslate() 1936 else if (!cpp_interpret_string (pfile, &token->val.str, 1, &str, in cpp_interpret_charconst()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 174 if (cpp_interpret_string (pfile, str, 1, &cstr, CPP_STRING)) in cb_ident() 1235 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
|
H A D | c-common.c | 676 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING)) in fname_as_string()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 771 extern bool cpp_interpret_string (cpp_reader *,
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 904 extern bool cpp_interpret_string (cpp_reader *,
|
/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)
|