Searched refs:int_array (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | symbolformat.cpp | 62 typedef int int_array[3]; typedef 63 int_array g_array = { 1, 2, 3 }; 64 int_array *g_pointer_to_array = &g_array;
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/tests/ |
| H A D | asan_benchmarks_test.cpp | 45 int *int_array = new int[kLen]; in TEST() local 46 ManyAccessFunc(int_array, kLen, 1 << 24); in TEST() 47 delete [] int_array; in TEST()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Native/ |
| H A D | pdb-native-typedefs.test | 14 PRETTY-NEXT: typedef int[3] int_array 31 DUMP-NEXT: name: int_array
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/ |
| H A D | main.cpp | 146 int int_array[] = {1,2,3,4,5}; in main() local 151 *int_array = -1; in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/ |
| H A D | main.cpp | 101 int int_array[] = {1,2,3,4,5}; in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
| H A D | no-malloc.rst | 24 int* int_array = (int*) calloc(30, sizeof(int));
|