dkc_create_array_creation  334 compiler/diksam.y 	    $$ = dkc_create_array_creation($2, $3, NULL);
dkc_create_array_creation  338 compiler/diksam.y 	    $$ = dkc_create_array_creation($2, $3, $4);
dkc_create_array_creation  502 compiler/diksamc.h Expression *dkc_create_array_creation(DVM_BasicType basic_type,