/netbsd/external/gpl3/gcc/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/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/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | identifier.c | 113 char *id = buf.peekString(); in generateId()
|
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 | 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 | semantic2.d | 123 const slice = se.toUTF8(sc).peekString(); in visit() 747 const str = elem.toStringExp().peekString(); in doGNUABITagSemantic()
|
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 | 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 | arrayop.c | 206 char *name = buf.peekString(); in arrayOp()
|
H A D | dscope.c | 666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
|
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 | 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 | declaration.c | 1200 error("cannot be %s", buf.peekString()); in semantic() 1212 error("cannot be 'scope' and '%s'", buf.peekString()); in semantic()
|
/netbsd/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 | arrayop.c | 206 char *name = buf.peekString(); in arrayOp()
|
H A D | dscope.c | 666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
|
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()
|