Searched defs:ConststrNode (Results 1 – 1 of 1) sorted by relevance
1272 ConststrNode() : BaseNode(OP_conststr) {} in ConststrNode() function1274 explicit ConststrNode(UStrIdx i) : BaseNode(OP_conststr), strIdx(i) {} in ConststrNode() function1276 ConststrNode(PrimType typ, UStrIdx i) : BaseNode(OP_conststr, typ, 0), strIdx(i) {} in ConststrNode() function