Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dinput.c2412 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 Dcharset.c1371 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 Dc-lex.c173 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 Dc-common.c867 if (cpp_interpret_string (parse_in, &strname, 1, &cstr, CPP_STRING)) in fname_as_string()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dcharset.c1690 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 Dc-lex.c174 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 Dc-common.c676 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 Dcpplib.h771 extern bool cpp_interpret_string (cpp_reader *,
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h904 extern bool cpp_interpret_string (cpp_reader *,
/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)