Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp2.cpp9 int arr0[6]; in test_f0_bullet1() local
10 A<int> a0 = f0(arr0); in test_f0_bullet1()
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dpragma-pack-4.c20 int arr0[((sizeof(struct s1) % 64) == 0) ? 1 : -1]; variable