Lines Matching refs:create
72 /* create string with integer constant */
75 panic("create int " + c)
78 /* create string with integer variable */
82 panic("create int " + c)
85 /* create string with byte array */
92 panic("create byte array " + c)
95 /* create string with int array */
102 panic("create int array " + c)
105 /* create string with byte array pointer */
112 panic("create array pointer " + c)