Searched defs:Conststr16Node (Results 1 – 1 of 1) sorted by relevance
1295 Conststr16Node() : BaseNode(OP_conststr16) {} in Conststr16Node() function1297 explicit Conststr16Node(U16StrIdx i) : BaseNode(OP_conststr16), strIdx(i) {} in Conststr16Node() function1299 Conststr16Node(PrimType typ, U16StrIdx i) : BaseNode(OP_conststr16, typ, 0), strIdx(i) {} in Conststr16Node() function