Home
last modified time | relevance | path

Searched refs:IntArray (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-array.cpp12 template <int N> class IntArray { class
16 static_assert(sizeof(IntArray<10>) == sizeof(int) * 10, "Array size mismatch");
17 static_assert(sizeof(IntArray<1>) == sizeof(int) * 1, "Array size mismatch");
/llvm-project-15.0.7/llvm/test/CodeGen/X86/GC/
H A Dinline.ll3 %IntArray = type { i32, [0 x ptr] }
17 %Length.ptr = getelementptr %IntArray, ptr %obj, i32 0, i32 0 ; <ptr> [#uses=1]
H A Dinline2.ll4 %IntArray = type { i32, [0 x ptr] }
18 %Length.ptr = getelementptr %IntArray, ptr %obj, i32 0, i32 0 ; <ptr> [#uses=1]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DScopedPrinterTest.cpp847 std::vector<uint8_t> IntArray = {70, 111, 111, 66, 97, 114}; in TEST_F() local
850 W.printBinary("Binary1", "FooBar", IntArray); in TEST_F()
852 W.printBinary("Binary3", IntArray); in TEST_F()
856 W.printBinaryBlock("Binary7", IntArray, 20); in TEST_F()
857 W.printBinaryBlock("Binary8", IntArray); in TEST_F()