Home
last modified time | relevance | path

Searched refs:ErrorExp (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d399 return ErrorExp.get(); in pointerBitmap()
406 return ErrorExp.get(); in pointerBitmap()
412 return ErrorExp.get(); in pointerBitmap()
444 return ErrorExp.get(); in semanticTraits()
453 return ErrorExp.get(); in semanticTraits()
617 return ErrorExp.get(); in semanticTraits()
638 return ErrorExp.get(); in semanticTraits()
660 return ErrorExp.get(); in semanticTraits()
693 return ErrorExp.get(); in semanticTraits()
787 return ErrorExp.get(); in semanticTraits()
[all …]
H A Dtraits.c338 return new ErrorExp(); in pointerBitmap()
344 return new ErrorExp(); in pointerBitmap()
352 return new ErrorExp(); in pointerBitmap()
358 return new ErrorExp(); in pointerBitmap()
475 return new ErrorExp(); in pointerBitmap()
489 return new ErrorExp(); in dimError()
498 return new ErrorExp(); in semanticTraits()
553 return new ErrorExp(); in semanticTraits()
583 return new ErrorExp(); in semanticTraits()
1479 return new ErrorExp(); in semanticTraits()
[all …]
H A Darrayop.d126 return ErrorExp.get(); in arrayOp()
154 return ErrorExp.get(); in arrayOp()
172 return ErrorExp.get(); in arrayOp()
372 ErrorExp arrayOpInvalidError(Expression e) in arrayOpInvalidError()
379 return ErrorExp.get(); in arrayOpInvalidError()
H A Dexpression.c474 e1 = new ErrorExp();
480 return new ErrorExp();
484 return new ErrorExp();
2214 return new ErrorExp(); in toLvalue()
2979 return new ErrorExp(); in toLvalue()
2988 ErrorExp::ErrorExp() in ErrorExp() function
3355 return new ErrorExp(); in resolve()
3719 return new ErrorExp(); in modifiableLvalue()
4963 return new ErrorExp(); in incompatibleTypes()
5157 return new ErrorExp(); in incompatibleTypes()
[all …]
H A Dopover.d402 return ErrorExp.get(); in visitUna()
640 return ErrorExp.get(); in visitBin()
885 return ErrorExp.get(); in visitBin()
914 return ErrorExp.get(); in visitEqual()
1035 return ErrorExp.get(); in visitEqual()
1051 return ErrorExp.get(); in visitEqual()
1201 return ErrorExp.get(); in visitBinAssign()
1216 return ErrorExp.get(); in visitBinAssign()
1237 return ErrorExp.get(); in visitBinAssign()
1348 return ErrorExp.get(); in compare_overload()
[all …]
H A Dopover.c636 result = new ErrorExp(); in op_overload()
646 result = new ErrorExp(); in op_overload()
687 result = new ErrorExp(); in op_overload()
699 result = new ErrorExp(); in op_overload()
934 result = new ErrorExp(); in op_overload()
948 result = new ErrorExp(); in op_overload()
1071 result = new ErrorExp(); in op_overload()
1087 result = new ErrorExp(); in op_overload()
1256 result = new ErrorExp(); in op_overload()
1447 return new ErrorExp(); in compare_overload()
[all …]
H A Dtypesem.d370 pe = ErrorExp.get();
2466 e = ErrorExp.get(); in getProperty()
2473 return ErrorExp.get(); in getProperty()
2764 e = ErrorExp.get(); in getProperty()
3432 return ErrorExp.get(); in dotExp()
3670 return ErrorExp.get(); in dotExp()
4074 return ErrorExp.get(); in dotExp()
4490 return ErrorExp.get(); in dotExp()
4699 return ErrorExp.get(); in visitBasic()
4733 return ErrorExp.get(); in visitFunction()
[all …]
H A Dconstfold.c443 new(&ue) ErrorExp(); in Div()
452 new(&ue) ErrorExp(); in Div()
458 new(&ue) ErrorExp(); in Div()
522 new(&ue) ErrorExp(); in Mod()
531 new(&ue) ErrorExp(); in Mod()
537 new(&ue) ErrorExp(); in Mod()
1259 new(&ue) ErrorExp(); in Cast()
1317 new(&ue) ErrorExp(); in Index()
1333 new(&ue) ErrorExp(); in Index()
1422 new(&ue) ErrorExp(); in Slice()
[all …]
H A Darrayop.c183 return new ErrorExp(); in arrayOp()
188 return new ErrorExp(); in arrayOp()
226 return new ErrorExp(); in arrayOp()
248 return new ErrorExp(); in arrayOp()
H A Dastcodegen.d44 alias ErrorExp = dmd.expression.ErrorExp; member
H A Dconstfold.d429 emplaceExp!(ErrorExp)(&ue); in Div()
438 emplaceExp!(ErrorExp)(&ue); in Div()
444 emplaceExp!(ErrorExp)(&ue); in Div()
494 emplaceExp!(ErrorExp)(&ue); in Mod()
503 emplaceExp!(ErrorExp)(&ue); in Mod()
509 emplaceExp!(ErrorExp)(&ue); in Mod()
646 emplaceExp!(ErrorExp)(&ue); in Shr()
686 emplaceExp!(ErrorExp)(&ue); in Ushr()
1188 emplaceExp!(ErrorExp)(&ue); in Cast()
1236 emplaceExp!(ErrorExp)(&ue); in Index()
[all …]
H A Dexpressionsem.d225 return ErrorExp.get(); in resolveOpDollar()
275 e = ErrorExp.get(); in resolveOpDollar()
464 return ErrorExp.get(); in searchUFCS()
1007 return ErrorExp.get(); in symbolToExp()
1361 e1 = ErrorExp.get();
1367 return ErrorExp.get();
1375 return ErrorExp.get(); in resolveProperties()
4066 e = ErrorExp.get(); in visit()
12334 return ErrorExp.get(); in semanticX()
12339 return ErrorExp.get(); in semanticX()
[all …]
H A Ddcast.d144 return ErrorExp.get(); in implicitCastTo()
159 Expression visitError(ErrorExp e) in implicitCastTo()
515 MATCH visitError(ErrorExp e) in implicitConvTo()
1687 return ErrorExp.get(); in visit()
1784 return ErrorExp.get(); in visit()
1853 return ErrorExp.get(); in visitString()
1950 return ErrorExp.get(); in visitString()
2615 return ErrorExp.get(); in visitSlice()
2793 return ErrorExp.get(); in scaleFactor()
3586 return ErrorExp.get(); in typeCombine()
[all …]
H A Ddcast.c98 result = new ErrorExp(); in implicitCastTo()
112 void visit(ErrorExp *e) in implicitCastTo()
483 void visit(ErrorExp *) in implicitConvTo()
1476 result = new ErrorExp(); in castTo()
1557 result = new ErrorExp(); in castTo()
1567 void visit(ErrorExp *e) in castTo()
1638 result = new ErrorExp(); in castTo()
2368 result = new ErrorExp(); in castTo()
2541 return new ErrorExp(); in scaleFactor()
3305 return new ErrorExp(); in typeCombine()
[all …]
H A Dinitsem.d79 return ErrorExp.get(); in toAssocArrayLiteral()
191 elems[fieldi] = ErrorExp.get(); // for better diagnostics on multiple errors in initializerSemantic()
206 elems[fieldi] = ErrorExp.get(); // for better diagnostics on multiple errors in initializerSemantic()
231 elems[fieldi] = ErrorExp.get(); // for better diagnostics on multiple errors in initializerSemantic()
615 i.exp = ErrorExp.get(); in initializerSemantic()
1124 return ErrorExp.get(); in visitError()
1153 return ErrorExp.get(); in visitArray()
H A Dexpression.d994 return ErrorExp.get(); in toLvalue()
1865 return ErrorExp.get(); in toLvalue()
1999 static ErrorExp get () in get()
2745 return ErrorExp.get(); in modifiableLvalue()
3696 return ErrorExp.get(); in toLvalue()
3701 return ErrorExp.get(); in toLvalue()
3706 return ErrorExp.get(); in toLvalue()
3711 return ErrorExp.get(); in toLvalue()
3722 return ErrorExp.get(); in modifiableLvalue()
4253 return ErrorExp.get(); in incompatibleTypes()
[all …]
H A Ddenum.c364 *pval = new ErrorExp(); in getMaxMinValue()
416 defaultval = new ErrorExp(); in getDefaultValue()
747 return new ErrorExp(); in getVarExp()
H A Dmtype.c2058 return new ErrorExp(); in getProperty()
2083 e = new ErrorExp(); in getProperty()
2117 e = new ErrorExp(); in getProperty()
3196 return new ErrorExp(); in getProperty()
4482 return new ErrorExp(); in dotExp()
6311 return new ErrorExp(); in defaultInit()
7619 e = new ErrorExp(); in dotExp()
8050 return new ErrorExp(); in dotExp()
8125 return new ErrorExp(); in defaultInitLiteral()
8754 return new ErrorExp(); in dotExp()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtraits.c338 return new ErrorExp(); in pointerBitmap()
344 return new ErrorExp(); in pointerBitmap()
352 return new ErrorExp(); in pointerBitmap()
358 return new ErrorExp(); in pointerBitmap()
475 return new ErrorExp(); in pointerBitmap()
489 return new ErrorExp(); in dimError()
498 return new ErrorExp(); in semanticTraits()
553 return new ErrorExp(); in semanticTraits()
583 return new ErrorExp(); in semanticTraits()
1479 return new ErrorExp(); in semanticTraits()
[all …]
H A Dexpression.c474 e1 = new ErrorExp();
480 return new ErrorExp();
484 return new ErrorExp();
2214 return new ErrorExp(); in toLvalue()
2979 return new ErrorExp(); in toLvalue()
2988 ErrorExp::ErrorExp() in ErrorExp() function
3355 return new ErrorExp(); in resolve()
3719 return new ErrorExp(); in modifiableLvalue()
4963 return new ErrorExp(); in incompatibleTypes()
5157 return new ErrorExp(); in incompatibleTypes()
[all …]
H A Dopover.c636 result = new ErrorExp(); in op_overload()
646 result = new ErrorExp(); in op_overload()
687 result = new ErrorExp(); in op_overload()
699 result = new ErrorExp(); in op_overload()
934 result = new ErrorExp(); in op_overload()
948 result = new ErrorExp(); in op_overload()
1071 result = new ErrorExp(); in op_overload()
1087 result = new ErrorExp(); in op_overload()
1256 result = new ErrorExp(); in op_overload()
1447 return new ErrorExp(); in compare_overload()
[all …]
H A Dconstfold.c443 new(&ue) ErrorExp(); in Div()
452 new(&ue) ErrorExp(); in Div()
458 new(&ue) ErrorExp(); in Div()
522 new(&ue) ErrorExp(); in Mod()
531 new(&ue) ErrorExp(); in Mod()
537 new(&ue) ErrorExp(); in Mod()
1259 new(&ue) ErrorExp(); in Cast()
1317 new(&ue) ErrorExp(); in Index()
1333 new(&ue) ErrorExp(); in Index()
1422 new(&ue) ErrorExp(); in Slice()
[all …]
H A Darrayop.c183 return new ErrorExp(); in arrayOp()
188 return new ErrorExp(); in arrayOp()
226 return new ErrorExp(); in arrayOp()
248 return new ErrorExp(); in arrayOp()
H A Ddcast.c98 result = new ErrorExp(); in implicitCastTo()
112 void visit(ErrorExp *e) in implicitCastTo()
483 void visit(ErrorExp *) in implicitConvTo()
1476 result = new ErrorExp(); in castTo()
1557 result = new ErrorExp(); in castTo()
1567 void visit(ErrorExp *e) in castTo()
1638 result = new ErrorExp(); in castTo()
2368 result = new ErrorExp(); in castTo()
2541 return new ErrorExp(); in scaleFactor()
3305 return new ErrorExp(); in typeCombine()
[all …]
H A Ddenum.c364 *pval = new ErrorExp(); in getMaxMinValue()
416 defaultval = new ErrorExp(); in getDefaultValue()
747 return new ErrorExp(); in getVarExp()

1234