Home
last modified time | relevance | path

Searched refs:isDotOpDispatch (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
541 if (isDotOpDispatch(ey)) in resolveUFCS()
4485 if (e && isDotOpDispatch(e)) in visit()
7376 if (e && isDotOpDispatch(e)) in visit()
10592 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c138 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
541 if (isDotOpDispatch(ey)) in resolveUFCS()
4485 if (e && isDotOpDispatch(e)) in visit()
7376 if (e && isDotOpDispatch(e)) in visit()
10592 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c138 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
541 if (isDotOpDispatch(ey)) in resolveUFCS()
4485 if (e && isDotOpDispatch(e)) in visit()
7376 if (e && isDotOpDispatch(e)) in visit()
10592 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c138 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
2418 if (e && isDotOpDispatch(e)) in visit()
5283 if (e && isDotOpDispatch(e)) in visit()
8580 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c767 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
844 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dexpressionsem.c56 bool isDotOpDispatch(Expression *e);
2473 if (e && isDotOpDispatch(e)) in visit()
5338 if (e && isDotOpDispatch(e)) in visit()
8636 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c767 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
844 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dexpressionsem.c56 bool isDotOpDispatch(Expression *e);
2483 if (e && isDotOpDispatch(e)) in visit()
5355 if (e && isDotOpDispatch(e)) in visit()
8653 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c762 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
839 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
2418 if (e && isDotOpDispatch(e)) in visit()
5283 if (e && isDotOpDispatch(e)) in visit()
8579 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c767 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
844 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dexpressionsem.c56 bool isDotOpDispatch(Expression *e);
2483 if (e && isDotOpDispatch(e)) in visit()
5348 if (e && isDotOpDispatch(e)) in visit()
8646 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c767 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
844 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dexpressionsem.c57 bool isDotOpDispatch(Expression *e);
2426 if (e && isDotOpDispatch(e)) in visit()
5291 if (e && isDotOpDispatch(e)) in visit()
8588 if (flag && e && isDotOpDispatch(e)) in semanticY()
H A Dexpression.c767 bool isDotOpDispatch(Expression *e) in isDotOpDispatch() function
844 if (isDotOpDispatch(ey)) in resolveUFCS()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpressionsem.d535 if (isDotOpDispatch(ey)) in resolveUFCS()
6378 if (e && isDotOpDispatch(e)) in visit()
8665 if (e && isDotOpDispatch(e)) in visit()
12348 isDotOpDispatch(e)) in semanticY()
H A Dexpression.d238 bool isDotOpDispatch(Expression e) in isDotOpDispatch() function