/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/ |
H A D | dscope.c | 577 static void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 619 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/ |
H A D | dscope.c | 577 static void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 619 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/ |
H A D | dscope.c | 577 static void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 619 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/ |
H A D | dscope.c | 602 void *scope_search_fp(void *arg, const char *seed, int* cost) in scope_search_fp() function 674 return (Dsymbol *)speller(ident->toChars(), &scope_search_fp, this, idchars); in search_correct()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/ |
H A D | dscope.d | 537 extern (D) Dsymbol scope_search_fp(const(char)[] seed, out int cost) in search_correct() 579 return speller!scope_search_fp(ident.toString()); in search_correct()
|