/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 54 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 384 type = lex_string (tok, value, true, true); in c_lex_with_flags() 484 type = lex_string (tok, value, false, in c_lex_with_flags() 971 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
|
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | ldlex.h | 162 extern const char *lex_string;
|
H A D | ldmain.c | 332 lex_string = s; in main() 337 lex_string = NULL; in main()
|
H A D | lexsup.c | 765 lex_string = optarg; in parse_args() 769 lex_string = NULL; in parse_args()
|
H A D | ldlex.l | 49 const char *lex_string = NULL; variable
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | ldlex.h | 168 extern const char *lex_string;
|
H A D | ldmain.c | 351 lex_string = s; in main() 356 lex_string = NULL; in main()
|
H A D | lexsup.c | 801 lex_string = optarg; in parse_args() 805 lex_string = NULL; in parse_args()
|
H A D | ldlex.l | 49 const char *lex_string = NULL; variable
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 50 static enum cpp_ttype lex_string (const cpp_token *, tree *, bool, bool); 485 type = lex_string (tok, value, true, true); in c_lex_with_flags() 588 type = lex_string (tok, value, false, in c_lex_with_flags() 1145 lex_string (const cpp_token *tok, tree *valp, bool objc_string, bool translate) in lex_string() function
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | lex.c | 57 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 1538 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 2087 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2122 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2178 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | lex.c | 56 static void lex_string (cpp_reader *, cpp_token *, const uchar *); 1973 lex_string (cpp_reader *pfile, cpp_token *token, const uchar *base) in lex_string() function 2811 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2851 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct() 2958 lex_string (pfile, result, buffer->cur - 1); in _cpp_lex_direct()
|