Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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()
H A Ddinterpret.c6266 ((StringExp *)e)->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6271 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6278 aae->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6288 ve->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6292 ale->ownedByCtfe = OWNEDcode; in scrubReturnValue()
6365 sle->ownedByCtfe = OWNEDcode; in scrubStructLiteral()
H A Dexpression.h116 OWNEDcode, // normal code expression in AST enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.h58 OWNEDcode, // normal code expression in AST enumerator