Searched refs:escapePath (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mars.h | 93 void escapePath(OutBuffer *buf, const char *fname);
|
H A D | utils.c | 104 void escapePath(OutBuffer *buf, const char *fname) in escapePath() function
|
H A D | dimport.c | 328 escapePath(ob, imod->srcfile->toChars()); in semantic() 354 escapePath(ob, mod->srcfile->toChars()); in semantic()
|
H A D | cond.c | 479 escapePath(ob, imod->srcfile->toChars()); in printDepsConditional()
|
H A D | attrib.c | 1004 escapePath(ob, imod->srcfile->toChars()); in semantic()
|
H A D | expressionsem.c | 2394 escapePath(ob, imod->srcfile->toChars()); in visit() 2400 escapePath(ob, name); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | utils.d | 123 void escapePath(OutBuffer* buf, const(char)* fname) in escapePath() function
|
H A D | cond.d | 996 escapePath(ob, imod.srcfile.toChars()); in printDepsConditional()
|
H A D | dsymbolsem.d | 1365 escapePath(ob, imod.srcfile.toChars()); in visit() 1384 escapePath(ob, imp.mod.srcfile.toChars()); in visit() 1677 escapePath(ob, imod.srcfile.toChars()); in visit()
|
H A D | expressionsem.d | 6040 escapePath(ob, imod.srcfile.toChars()); in visit() 6046 escapePath(ob, name); in visit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2016 | 171 * d-glue.cc (escapePath): Move to dfrontend.
|
H A D | ChangeLog-2013 | 189 (escapePath): Define for frontend implementation changes.
|