Home
last modified time | relevance | path

Searched defs:array0 (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dno-malloc-no-functions.cpp15 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
H A Dno-malloc.cpp11 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
H A Dno-malloc-custom.cpp19 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
/llvm-project/clang/test/PCH/Inputs/
H A Darc.h23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; typedef
/llvm-project/clang/test/Lexer/
H A Dutf8-char-literal.cpp9 int array0[u'ñ' == u'\xf1'? 1 : -1]; variable
/llvm-project/clang/test/Misc/
H A Dmessage-length.c25 …int array0[] = { [3] 3, 5, 7, 4, 2, 7, 6, 3, 4, 5, 6, 7, 8, 9, 12, 345, 14, 345, 789, 234, 678, 34… in a_very_long_line() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp20 int array0[X0<int>::Inner0<int>::value == 0? 1 : -1]; variable
74 int array0[Outer<int>::Inner<int, int>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp8 int array0[X0<>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp20 int array0[sizeof(X2<int>)]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp11 int array0[x<2>::j]; variable
H A Dtemp_class_order.cpp23 int array0[X1<int, int>::value == 0? 1 : -1]; variable
H A Dext-vector-type.cpp90 int array0[X0<int2>::value == 0? 1 : -1]; variable
H A Dmatrix-type.cpp184 int array0[X0<int2>::value == 0 ? 1 : -1]; variable
H A Dtemp_class_spec.cpp17 int array0[is_pointer<int>::value? -1 : 1]; variable
H A Ddeduction.cpp92 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp16 int array0[is_class<X>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/dcl.dcl/dcl.enum/
H A Dp5.cpp56 int array0[sizeof(force_same(Bullet3bVal3, Bullet3b(0)))? 1 : -1]; variable
/llvm-project/clang/test/FixIt/
H A Dfixit.c28 int array0[5] = { [3] 3 }; // expected-warning {{GNU 'missing ='}} variable
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dstrtoll_strict.c90 char *array0 = (char*)malloc(11); in main() local
H A Dstrtol_strict.c106 char *array0 = (char*)malloc(11); main() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp15 int array0[X<0, 0, float>::value == 0? 1 : -1]; variable
/llvm-project/clang/test/SemaCXX/
H A Doffsetof.cpp29 int array0[__builtin_offsetof(HasArray, array[5])]; in test_ice() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp28 int array0[5]; in test_g0() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp38 int (&&array0)[5] = HasArray().array; in test_rvalue_refs() local