Home
last modified time | relevance | path

Searched refs:StringExp (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/exps/
H A Dstringexp.hxx26 class StringExp : public ConstExp class
29 StringExp (const Location& location, const std::wstring& value) in StringExp() function in ast::StringExp
35 StringExp (const Location& location, types::InternalType* value) in StringExp() function in ast::StringExp
45 virtual ~StringExp () in ~StringExp()
50 virtual StringExp* clone() in clone()
52 StringExp* cloned = new StringExp(getLocation(), getValue()); in clone()
60 return e.getType() == STRINGEXP && _value == static_cast<const StringExp &>(e)._value; in equal()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
H A Dtraits.c208 p->mods->push(new StringExp(Loc(), const_cast<char *>(str))); in fp()
651 StringExp *se = new StringExp(e->loc, const_cast<char *>(id->toChars())); in semanticTraits()
679 StringExp *se = new StringExp(e->loc, const_cast<char *>(protName)); in semanticTraits()
741 StringExp *se = ex->toStringExp(); in semanticTraits()
1012 StringExp *se = new StringExp(e->loc, const_cast<char*>(style)); in semanticTraits()
1084 exps->push(new StringExp(e->loc, const_cast<char *>("auto"))); in semanticTraits()
1089 exps->push(new StringExp(e->loc, const_cast<char *>("out"))); in semanticTraits()
1091 exps->push(new StringExp(e->loc, const_cast<char *>("ref"))); in semanticTraits()
1093 exps->push(new StringExp(e->loc, const_cast<char *>("in"))); in semanticTraits()
1146 StringExp *se = new StringExp(e->loc, const_cast<char *>(linkage)); in semanticTraits()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
H A Dtraits.c208 p->mods->push(new StringExp(Loc(), const_cast<char *>(str))); in fp()
651 StringExp *se = new StringExp(e->loc, const_cast<char *>(id->toChars())); in semanticTraits()
679 StringExp *se = new StringExp(e->loc, const_cast<char *>(protName)); in semanticTraits()
741 StringExp *se = ex->toStringExp(); in semanticTraits()
1012 StringExp *se = new StringExp(e->loc, const_cast<char*>(style)); in semanticTraits()
1084 exps->push(new StringExp(e->loc, const_cast<char *>("auto"))); in semanticTraits()
1089 exps->push(new StringExp(e->loc, const_cast<char *>("out"))); in semanticTraits()
1091 exps->push(new StringExp(e->loc, const_cast<char *>("ref"))); in semanticTraits()
1093 exps->push(new StringExp(e->loc, const_cast<char *>("in"))); in semanticTraits()
1166 StringExp *se = new StringExp(e->loc, const_cast<char *>(linkage)); in semanticTraits()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1125 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1462 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1485 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1496 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1519 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1585 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1802 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1125 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1462 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1485 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1496 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1519 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1585 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1802 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
H A Dtraits.c208 p->mods->push(new StringExp(Loc(), const_cast<char *>(str))); in fp()
651 StringExp *se = new StringExp(e->loc, const_cast<char *>(id->toChars())); in semanticTraits()
679 StringExp *se = new StringExp(e->loc, const_cast<char *>(protName)); in semanticTraits()
741 StringExp *se = ex->toStringExp(); in semanticTraits()
1012 StringExp *se = new StringExp(e->loc, const_cast<char*>(style)); in semanticTraits()
1084 exps->push(new StringExp(e->loc, const_cast<char *>("auto"))); in semanticTraits()
1089 exps->push(new StringExp(e->loc, const_cast<char *>("out"))); in semanticTraits()
1091 exps->push(new StringExp(e->loc, const_cast<char *>("ref"))); in semanticTraits()
1093 exps->push(new StringExp(e->loc, const_cast<char *>("in"))); in semanticTraits()
1146 StringExp *se = new StringExp(e->loc, const_cast<char *>(linkage)); in semanticTraits()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
H A Dtraits.c208 p->mods->push(new StringExp(Loc(), const_cast<char *>(str))); in fp()
651 StringExp *se = new StringExp(e->loc, const_cast<char *>(id->toChars())); in semanticTraits()
679 StringExp *se = new StringExp(e->loc, const_cast<char *>(protName)); in semanticTraits()
741 StringExp *se = ex->toStringExp(); in semanticTraits()
1012 StringExp *se = new StringExp(e->loc, const_cast<char*>(style)); in semanticTraits()
1084 exps->push(new StringExp(e->loc, const_cast<char *>("auto"))); in semanticTraits()
1089 exps->push(new StringExp(e->loc, const_cast<char *>("out"))); in semanticTraits()
1091 exps->push(new StringExp(e->loc, const_cast<char *>("ref"))); in semanticTraits()
1093 exps->push(new StringExp(e->loc, const_cast<char *>("in"))); in semanticTraits()
1166 StringExp *se = new StringExp(e->loc, const_cast<char *>(linkage)); in semanticTraits()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
H A Dtraits.c208 p->mods->push(new StringExp(Loc(), const_cast<char *>(str))); in fp()
651 StringExp *se = new StringExp(e->loc, const_cast<char *>(id->toChars())); in semanticTraits()
679 StringExp *se = new StringExp(e->loc, const_cast<char *>(protName)); in semanticTraits()
741 StringExp *se = ex->toStringExp(); in semanticTraits()
1012 StringExp *se = new StringExp(e->loc, const_cast<char*>(style)); in semanticTraits()
1084 exps->push(new StringExp(e->loc, const_cast<char *>("auto"))); in semanticTraits()
1089 exps->push(new StringExp(e->loc, const_cast<char *>("out"))); in semanticTraits()
1091 exps->push(new StringExp(e->loc, const_cast<char *>("ref"))); in semanticTraits()
1093 exps->push(new StringExp(e->loc, const_cast<char *>("in"))); in semanticTraits()
1146 StringExp *se = new StringExp(e->loc, const_cast<char *>(linkage)); in semanticTraits()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1125 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1462 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1485 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1496 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1519 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1585 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1802 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dconstfold.c818 StringExp *es1 = (StringExp *)e1; in Equal()
819 StringExp *es2 = (StringExp *)e2; in Equal()
871 StringExp *es1 = (StringExp *)e1; in Equal()
1039 StringExp *es1 = (StringExp *)e1; in Cmp()
1040 StringExp *es2 = (StringExp *)e2; in Cmp()
1272 StringExp *es1 = (StringExp *)e1; in ArrayLength()
1311 StringExp *es1 = (StringExp *)e1; in Index()
1415 StringExp *es1 = (StringExp *)e1; in Slice()
1653 StringExp *es1 = (StringExp *)e1; in Cat()
1687 StringExp *es = (StringExp *)e2; in Cat()
[all …]
H A Dctfeexpr.c250 StringExp *se = (StringExp *)e; in copyLiteral()
254 StringExp *se2 = (StringExp *)ue.exp(); in copyLiteral()
609 StringExp *se = (StringExp *)pue->exp(); in createBlockDuplicatedStringLiteral()
1123 StringExp *se1 = (x->op == TOKstring) ? (StringExp *)x : NULL; in ctfeCmpArrays()
1460 StringExp *es1 = (StringExp *)e2; in ctfeCat()
1483 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1494 StringExp *es1 = (StringExp *)e1; in ctfeCat()
1517 StringExp *es = (StringExp *)ue.exp(); in ctfeCat()
1583 StringExp *es1 = (StringExp *)e1; in ctfeIndex()
1800 StringExp *oldse = (StringExp *)oldval; in changeArrayLiteralLength()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dconstfold.d775 StringExp es1 = cast(StringExp)e1; in Equal()
776 StringExp es2 = cast(StringExp)e2; in Equal()
826 StringExp es1 = cast(StringExp)e1; in Equal()
984 StringExp es1 = cast(StringExp)e1; in Cmp()
985 StringExp es2 = cast(StringExp)e2; in Cmp()
1198 StringExp es1 = cast(StringExp)e1; in ArrayLength()
1233 StringExp es1 = cast(StringExp)e1; in Index()
1352 StringExp es1 = cast(StringExp)e1; in Slice()
1581 StringExp es1 = cast(StringExp)e1; in Cat()
1610 StringExp es = cast(StringExp)e2; in Cat()
[all …]

12345678910>>...18