Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/include/
HDcpplib.h774 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDcpplib.h913 extern bool cpp_interpret_string_notranslate (cpp_reader *,
/dragonfly/contrib/gcc-8.0/libcpp/
HDdirectives.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()
HDcharset.c1770 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-lex.c1050 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/dragonfly/contrib/gcc-4.7/libcpp/
HDdirectives.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()
HDcharset.c1452 cpp_interpret_string_notranslate (cpp_reader *pfile, const cpp_string *from, in cpp_interpret_string_notranslate() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-lex.c1235 ? cpp_interpret_string : cpp_interpret_string_notranslate) in lex_string()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDparser.c3509 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate) in cp_parser_string_literal()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDparser.c4147 if ((translate ? cpp_interpret_string : cpp_interpret_string_notranslate)