/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/ |
H A D | no-malloc-no-functions.cpp | 15 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
|
H A D | no-malloc.cpp | 11 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
|
H A D | no-malloc-custom.cpp | 19 int *array0 = (int *)malloc(sizeof(int) * 20); in malloced_array() local
|
/llvm-project/clang/test/PCH/Inputs/ |
H A D | arc.h | 23 typedef int array0[sizeof((BRIDGE id)CFCreateSomething())]; typedef
|
/llvm-project/clang/test/Lexer/ |
H A D | utf8-char-literal.cpp | 9 int array0[u'ñ' == u'\xf1'? 1 : -1]; variable
|
/llvm-project/clang/test/Misc/ |
H A D | message-length.c | 25 …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 D | p6.cpp | 20 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 D | p9.cpp | 8 int array0[X0<>::value? 1 : -1]; variable
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 20 int array0[sizeof(X2<int>)]; variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-declref-ice.cpp | 11 int array0[x<2>::j]; variable
|
H A D | temp_class_order.cpp | 23 int array0[X1<int, int>::value == 0? 1 : -1]; variable
|
H A D | ext-vector-type.cpp | 90 int array0[X0<int2>::value == 0? 1 : -1]; variable
|
H A D | matrix-type.cpp | 184 int array0[X0<int2>::value == 0 ? 1 : -1]; variable
|
H A D | temp_class_spec.cpp | 17 int array0[is_pointer<int>::value? -1 : 1]; variable
|
H A D | deduction.cpp | 92 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 D | sfinae-1.cpp | 16 int array0[is_class<X>::value? 1 : -1]; variable
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.enum/ |
H A D | p5.cpp | 56 int array0[sizeof(force_same(Bullet3bVal3, Bullet3b(0)))? 1 : -1]; variable
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit.c | 28 int array0[5] = { [3] 3 }; // expected-warning {{GNU 'missing ='}} variable
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | strtoll_strict.c | 90 char *array0 = (char*)malloc(11); in main() local
|
H A D | strtol_strict.c | 106 char *array0 = (char*)malloc(11); main() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
H A D | p2.cpp | 15 int array0[X<0, 0, float>::value == 0? 1 : -1]; variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | offsetof.cpp | 29 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 D | p3.cpp | 28 int array0[5]; in test_g0() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-0x.cpp | 38 int (&&array0)[5] = HasArray().array; in test_rvalue_refs() local
|