Home
last modified time | relevance | path

Searched refs:setValueWithoutChecking (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dctfe.h55 void setValueWithoutChecking(VarDeclaration *vd, Expression *newval);
H A Ddinterpret.c910 setValueWithoutChecking(v, earg); in interpretFunction()
4841 setValueWithoutChecking(v, copyLiteral(newval).copy()); in visit()
7067 void setValueWithoutChecking(VarDeclaration *vd, Expression *newval) in setValueWithoutChecking() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d611 setValueWithoutChecking(v, earg); in interpretFunction()
5002 setValueWithoutChecking(v, copyLiteral(newval).copy()); in visit()
7430 private void setValueWithoutChecking(VarDeclaration vd, Expression newval) in setValueWithoutChecking() function