Home
last modified time | relevance | path

Searched refs:peekString (Results 1 – 25 of 45) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doutbuffer.h72 char *peekString();
H A Doutbuffer.c408 char *OutBuffer::peekString() in peekString() function
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Doutbuffer.h72 char *peekString();
H A Doutbuffer.c408 char *OutBuffer::peekString() in peekString() function
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.c113 char *id = buf.peekString(); in generateId()
H A Dcppmangle.d353 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 Dfunc.c621 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 Dsemantic2.d123 const slice = se.toUTF8(sc).peekString(); in visit()
747 const str = elem.toStringExp().peekString(); in doGNUABITagSemantic()
H A Ddmodule.c205 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 Dtraits.d963 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 Darrayop.c206 char *name = buf.peekString(); in arrayOp()
H A Ddscope.c666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
H A Dparse.c806 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 Ddmangle.c311 const char *s = buf2.peekString(); in visit()
H A Dobjc.d562 fd.objc.selector = ObjcSelector.lookup(se.toUTF8(sc).peekString().ptr); in setSelector()
H A Dctfeexpr.d804 agg1.isStringExp().peekString().ptr == agg2.isStringExp().peekString().ptr) in pointerDifference()
1992 printf("STRING %s %p\n", e.toChars(), e.isStringExp.peekString.ptr);
H A Ddeclaration.c1200 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 Didentifier.c113 char *id = buf.peekString(); in generateId()
H A Dfunc.c621 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 Ddmodule.c205 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 Darrayop.c206 char *name = buf.peekString(); in arrayOp()
H A Ddscope.c666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
H A Dparse.c806 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 Ddmangle.c311 const char *s = buf2.peekString(); in visit()
H A Ddeclaration.c1200 error("cannot be %s", buf.peekString()); in semantic()
1212 error("cannot be 'scope' and '%s'", buf.peekString()); in semantic()

12