Home
last modified time | relevance | path

Searched refs:int_array_2 (Results 1 – 2 of 2) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/test/sem/
H A Dalias.vhd62 type int_array_2 is array (integer range <>) of integer; type
64 constant c1 : int_array_2(1 to 3) := (1, 2, 3);
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc2845 v8::Local<v8::Value> int_array_2 = in TEST() local
2848 v8::Utils::OpenHandle(*v8::Local<v8::Object>::Cast(int_array_2))); in TEST()