Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DArrayRefTest.cpp38 static const uint16_t Words1[] = { 1, 4, 200, 37 }; in TEST() local
39 ArrayRef<uint16_t> Array1 = makeArrayRef(Words1, 4); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DArrayRefTest.cpp59 static const uint16_t Words1[] = { 1, 4, 200, 37 }; in TEST() local
60 ArrayRef<uint16_t> Array1 = makeArrayRef(Words1, 4); in TEST()