Home
last modified time | relevance | path

Searched defs:ARRAY_SIZE (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libc/test/src/stdlib/
H A Dqsort_test.cpp
H A Dqsort_r_test.cpp32 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in TEST() local
73 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(int); in TEST() local
128 constexpr size_t ARRAY_SIZE = sizeof(array) / sizeof(PriorityVal); in TEST() local
H A Dbsearch_test.cpp43 constexpr size_t ARRAY_SIZE = sizeof(ARRAY) / sizeof(int); in TEST() local
75 constexpr size_t ARRAY_SIZE = sizeof(ARRAY) / sizeof(int); in TEST() local
/llvm-project/clang/test/Analysis/
H A Dindex-type.c20 #define ARRAY_SIZE 0x100000000 macro
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DResultAnalyzer.h
H A DFunctionDescriptor.h
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h20 #define ARRAY_SIZE(A) (sizeof(A) / sizeof((A)[0])) macro
/llvm-project/polly/lib/External/isl/
H A Disl_test_int.c15 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(*array)) macro
H A Disl_int_sioimath.h21 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(*array)) macro
H A Disl_test.c47 #define ARRAY_SIZE(array) (sizeof(array)/sizeof(*array)) macro
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h359 #define ARRAY_SIZE( global() macro