Home
last modified time | relevance | path

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

12

/netbsd-src/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-src/external/gpl3/gcc/dist/gcc/d/dmd/
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 Dsemantic2.d123 const slice = se.toUTF8(sc).peekString(); in visit()
752 const str = elem.toStringExp().peekString(); in doGNUABITagSemantic()
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 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 Ddmangle.d885 q = e.peekString(); in visit()
H A Ddmodule.d1200 const slice = se.peekString(); in checkImportDeprecation()
H A Ddsymbolsem.d1497 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 Dexpressionsem.d133 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 Ddcast.d1989 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 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 Ddscope.c666 deprecation(loc, "%s", buf.peekString()); in deprecation10378()
H A Darrayop.c206 char *name = buf.peekString(); in arrayOp()
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()
H A Dattrib.c1135 message("pragma %s", buf.peekString()); in semantic()
H A Ddoc.c625 ident = Identifier::idPool(anc.peekString()); in emitAnchor()
H A Dexpressionsem.c2702 … funcBuf.peekString(), f->toPrettyChars(), thisBuf.peekString(), e->e1->toChars()); in visit()
3444 buf.peekString()); in visit()
3517 buf.peekString()); in visit()
H A Dexpression.c2555 … ffbuf.peekString(), ff->kind(), ff->toPrettyChars(), vbuf.peekString(), v->toChars()); in checkPurity()
H A Dmtype.c5733 buf1.peekString(), buf2.peekString()); in semantic()

12