/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | outbuffer.h | 72 char *peekString();
|
H A D | outbuffer.c | 408 char *OutBuffer::peekString() in peekString() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | cppmangle.d | 353 auto tag = se.peekString(); in writeRemainingTags() 1237 switch (str.peekString()) in mangleTemplatedFunction() 1249 switch (str.peekString()) in mangleTemplatedFunction() 1265 switch (str.peekString()) in mangleTemplatedFunction() 2426 const tag = exp.peekString(); in writeElem() 2472 int res = dstrcmp(exp.peekString(), slice[$ / 2].peekString()); in closestIndex()
|
H A D | semantic2.d | 123 const slice = se.toUTF8(sc).peekString(); in visit() 752 const str = elem.toStringExp().peekString(); in doGNUABITagSemantic()
|
H A D | traits.d | 963 Type t = decoToType(se.toUTF8(sc).peekString()); in semanticTraits() 1015 auto id = Identifier.idPool(se.peekString()); in semanticTraits() 1938 const slice = se.peekString(); in semanticTraits()
|
H A D | objc.d | 562 fd.objc.selector = ObjcSelector.lookup(se.toUTF8(sc).peekString().ptr); in setSelector()
|
H A D | ctfeexpr.d | 804 agg1.isStringExp().peekString().ptr == agg2.isStringExp().peekString().ptr) in pointerDifference() 1992 printf("STRING %s %p\n", e.toChars(), e.isStringExp.peekString.ptr);
|
H A D | dmangle.d | 885 q = e.peekString(); in visit()
|
H A D | dmodule.d | 1200 const slice = se.peekString(); in checkImportDeprecation()
|
H A D | dsymbolsem.d | 1497 auto slice = se.peekString(); in visit() 1621 message("linkopt %.*s", cast(int)se.len, se.peekString().ptr); in visit() 1647 fprintf(stderr, "%.*s", cast(int)se.len, se.peekString().ptr); in visit() 1667 auto name = se.peekString().xarraydup; in visit()
|
H A D | expressionsem.d | 133 buf.writestring(se.toUTF8(sc).peekString()); in expressionsToString() 2204 checkPrintfFormat(se.loc, se.peekString(), (*arguments)[nparams .. nargs], isVa_list); in functionParameters() 2211 checkScanfFormat(se.loc, se.peekString(), (*arguments)[nparams .. nargs], isVa_list); in functionParameters() 2986 if (const p = utf_decodeChar(e.peekString(), u, c)) in visit() 3009 if (const p = utf_decodeChar(e.peekString(), u, c)) in visit() 6028 const slice = se.peekString(); in visit() 6044 ob.write(se.peekString()); in visit()
|
H A D | dcast.d | 1989 if (const s = utf_decodeChar(se.peekString(), u, c)) in visitString() 2002 if (const s = utf_decodeChar(se.peekString(), u, c)) in visitString()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | identifier.c | 113 char *id = buf.peekString(); in generateId()
|
H A D | func.c | 621 error("without 'this' cannot be %s", buf.peekString()); in semantic() 3262 funcBuf.peekString(), this->toPrettyChars(), thisBuf.peekString()); in overloadModMatch() 3555 tiargsBuf.peekString(), fargsBuf.peekString()); in resolveFuncCall() 3566 od->ident->toChars(), tiargsBuf.peekString(), fargsBuf.peekString()); in resolveFuncCall() 3581 fd->ident->toChars(), thisBuf.peekString()); in resolveFuncCall() 3584 funcBuf.peekString(), fd->toPrettyChars(), thisBuf.peekString()); in resolveFuncCall() 3591 fd->ident->toChars(), fargsBuf.peekString()); in resolveFuncCall() 3596 fargsBuf.peekString()); in resolveFuncCall() 3618 fargsBuf.peekString(), in resolveFuncCall() 5430 return Identifier::generateId(buf.peekString()); in unitTestId()
|
H A D | dmodule.c | 205 if (dotmods->offset == (size_t)(q - m) && memcmp(dotmods->peekString(), m, q - m) == 0) in checkModFileAlias() 286 message("import %s", buf.peekString()); in load()
|
H A D | dscope.c | 666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
|
H A D | arrayop.c | 206 char *name = buf.peekString(); in arrayOp()
|
H A D | parse.c | 806 s1 = buf1.peekString(); in parseDeclDefs() 980 deprecation("redundant attribute '%s'", buf.peekString()); in appendStorageClass() 982 error("redundant attribute '%s'", buf.peekString()); in appendStorageClass() 1714 error(loc, "static constructor cannot be %s", buf.peekString()); in parseStaticCtor() 1752 error(loc, "static destructor cannot be %s", buf.peekString()); in parseStaticDtor() 1794 error(loc, "shared static constructor cannot be %s", buf.peekString()); in parseSharedStaticCtor() 1831 error(loc, "shared static destructor cannot be %s", buf.peekString()); in parseSharedStaticDtor() 4206 error("function literal cannot be %s", buf.peekString()); in parseFunctionLiteral()
|
H A D | dmangle.c | 311 const char *s = buf2.peekString(); in visit()
|
H A D | declaration.c | 1200 error("cannot be %s", buf.peekString()); in semantic() 1212 error("cannot be 'scope' and '%s'", buf.peekString()); in semantic()
|
H A D | attrib.c | 1135 message("pragma %s", buf.peekString()); in semantic()
|
H A D | doc.c | 625 ident = Identifier::idPool(anc.peekString()); in emitAnchor()
|
H A D | expressionsem.c | 2702 … funcBuf.peekString(), f->toPrettyChars(), thisBuf.peekString(), e->e1->toChars()); in visit() 3444 buf.peekString()); in visit() 3517 buf.peekString()); in visit()
|
H A D | expression.c | 2555 … ffbuf.peekString(), ff->kind(), ff->toPrettyChars(), vbuf.peekString(), v->toChars()); in checkPurity()
|
H A D | mtype.c | 5733 buf1.peekString(), buf2.peekString()); in semantic()
|