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