Searched refs:soe (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | constfold.c | 217 SymOffExp *soe = (SymOffExp *)e1; in Add() local 218 new(&ue) SymOffExp(loc, soe->var, soe->offset + e2->toInteger()); in Add() 223 SymOffExp *soe = (SymOffExp *)e2; in Add() local 224 new(&ue) SymOffExp(loc, soe->var, soe->offset + e1->toInteger()); in Add() 327 SymOffExp *soe = (SymOffExp *)e1; in Min() local 328 new(&ue) SymOffExp(loc, soe->var, soe->offset - e2->toInteger()); in Min()
|
| H A D | dinterpret.c | 4679 SymOffExp *soe = (SymOffExp *)ecall; in visit() local 4680 fd = soe->var->isFuncDeclaration(); in visit() 4681 assert(fd && soe->offset == 0); in visit() 5903 SymOffExp *soe = (SymOffExp *)e->e1; in visit() local 5904 … if (soe->offset == 0 && soe->var->isVarDeclaration() && isFloatIntPaint(e->type, soe->var->type)) in visit() 5907 … result = paintFloatInt(pue, getVarExp(e->loc, istate, soe->var, ctfeNeedRvalue), e->type); in visit() 5959 SymOffExp *soe = (SymOffExp *)result; in visit() local 5960 if (soe->offset == 0 && soe->var->isFuncDeclaration()) in visit() 5962 … e->error("cannot dereference pointer to static variable %s at compile time", soe->var->toChars()); in visit()
|
| H A D | expression.c | 5624 SymOffExp *soe = (SymOffExp *)e; variable 5626 *hasOverloads = soe->hasOverloads; 5627 return soe->var->isFuncDeclaration();
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | constfold.d | 220 else if (SymOffExp soe = e1.isSymOffExp()) in Add() local 222 emplaceExp!(SymOffExp)(&ue, loc, soe.var, soe.offset + e2.toInteger()); in Add() 225 else if (SymOffExp soe = e2.isSymOffExp()) in Add() local 227 emplaceExp!(SymOffExp)(&ue, loc, soe.var, soe.offset + e1.toInteger()); in Add() 321 else if (SymOffExp soe = e1.isSymOffExp()) in Min() local 323 emplaceExp!(SymOffExp)(&ue, loc, soe.var, soe.offset - e2.toInteger()); in Min()
|
| H A D | dinterpret.d | 4838 else if (auto soe = ecall.isSymOffExp()) in visit() local 4840 fd = soe.var.isFuncDeclaration(); in visit() 4841 assert(fd && soe.offset == 0); in visit() 6121 if (auto soe = result.isSymOffExp()) in visit() local 6123 if (soe.offset == 0 && soe.var.isFuncDeclaration()) in visit() 6125 … e.error("cannot dereference pointer to static variable `%s` at compile time", soe.var.toChars()); in visit()
|
| H A D | ctfeexpr.d | 719 if (auto soe = e.isSymOffExp()) in getAggregateFromPointer() local 720 *ofs = soe.offset; in getAggregateFromPointer()
|
| H A D | expression.d | 5178 if (auto soe = e.isSymOffExp()) variable 5181 *hasOverloads = soe.hasOverloads; 5182 return soe.var.isFuncDeclaration();
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | NEWS | 471 please direct bugs and questions for DOS to <djgpp@sun.soe.clarkson.edu>.
|
| /netbsd-src/share/dict/ |
| H A D | web2 | 184794 soe
|