Home
last modified time | relevance | path

Searched refs:OWNEDcode (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.c2372 this->ownedByCtfe = OWNEDcode; in StringExp()
2383 this->ownedByCtfe = OWNEDcode; in StringExp()
2394 this->ownedByCtfe = OWNEDcode; in StringExp()
2673 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2683 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2692 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2850 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
2907 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
4724 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6205 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6210 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6217 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6227 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6231 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6304 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c2372 this->ownedByCtfe = OWNEDcode; in StringExp()
2383 this->ownedByCtfe = OWNEDcode; in StringExp()
2394 this->ownedByCtfe = OWNEDcode; in StringExp()
2673 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2683 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2692 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2850 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
2907 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
4712 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6205 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6210 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6217 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6227 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6231 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6304 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c2372 this->ownedByCtfe = OWNEDcode; in StringExp()
2383 this->ownedByCtfe = OWNEDcode; in StringExp()
2394 this->ownedByCtfe = OWNEDcode; in StringExp()
2673 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2683 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2692 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
2850 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
2907 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
4712 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dexpression.c3447 this->ownedByCtfe = OWNEDcode; in StringExp()
3458 this->ownedByCtfe = OWNEDcode; in StringExp()
3469 this->ownedByCtfe = OWNEDcode; in StringExp()
3748 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3758 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3767 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3925 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3982 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5747 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6238 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6243 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6250 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6260 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6264 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6337 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dexpression.c3457 this->ownedByCtfe = OWNEDcode; in StringExp()
3468 this->ownedByCtfe = OWNEDcode; in StringExp()
3479 this->ownedByCtfe = OWNEDcode; in StringExp()
3758 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3768 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3777 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3935 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3992 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5762 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6256 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6261 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6268 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6278 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6282 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6355 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dexpression.c3447 this->ownedByCtfe = OWNEDcode; in StringExp()
3458 this->ownedByCtfe = OWNEDcode; in StringExp()
3469 this->ownedByCtfe = OWNEDcode; in StringExp()
3748 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3758 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3767 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3925 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3982 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5747 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6238 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6243 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6250 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6260 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6264 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6337 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dexpression.c3457 this->ownedByCtfe = OWNEDcode; in StringExp()
3468 this->ownedByCtfe = OWNEDcode; in StringExp()
3479 this->ownedByCtfe = OWNEDcode; in StringExp()
3758 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3768 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3777 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3935 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3992 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5762 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6247 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6252 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6259 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6269 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6273 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6346 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dexpression.c3450 this->ownedByCtfe = OWNEDcode; in StringExp()
3461 this->ownedByCtfe = OWNEDcode; in StringExp()
3472 this->ownedByCtfe = OWNEDcode; in StringExp()
3751 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3761 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3770 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3928 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3985 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5750 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
H A Ddinterpret.c6238 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6243 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6250 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6260 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6264 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6337 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dexpression.c3455 this->ownedByCtfe = OWNEDcode; in StringExp()
3466 this->ownedByCtfe = OWNEDcode; in StringExp()
3477 this->ownedByCtfe = OWNEDcode; in StringExp()
3756 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3766 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3775 this->ownedByCtfe = OWNEDcode; in ArrayLiteralExp()
3933 this->ownedByCtfe = OWNEDcode; in AssocArrayLiteralExp()
3990 this->ownedByCtfe = OWNEDcode; in StructLiteralExp()
5772 ownedByCtfe = OWNEDcode; in VectorExp()
H A Dctfeexpr.c197 return ((ArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
199 return ((AssocArrayLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()
201 return ((StructLiteralExp *)expr)->ownedByCtfe == OWNEDcode; in needToCopyLiteral()

12