Home
last modified time | relevance | path

Searched refs:hasNonConstPointers (Results 1 – 19 of 19) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dinit.c209 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
277 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c24 bool hasNonConstPointers(Expression *e);
395 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dinit.c209 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
277 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c24 bool hasNonConstPointers(Expression *e);
395 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dinit.c209 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
277 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c24 bool hasNonConstPointers(Expression *e);
395 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dinit.c212 bool hasNonConstPointers(Expression *e) in hasNonConstPointers() function
280 if (e && hasNonConstPointers(e)) in arrayHasNonConstPointers()
H A Dinitsem.c26 bool hasNonConstPointers(Expression *e);
398 if (needInterpret && hasNonConstPointers(i->exp)) in visit()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dinitsem.d443 if (needInterpret && hasNonConstPointers(i.exp)) in initializerSemantic()
1201 private bool hasNonConstPointers(Expression e) in hasNonConstPointers() function
1207 if (e && hasNonConstPointers(e)) in hasNonConstPointers()