Home
last modified time | relevance | path

Searched defs:static10 (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_globals_test.cc37 static char static10[10]; variable
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_globals_test.cpp36 static char static10[10]; variable
/external/llvm-project/clang/test/CodeGen/
Dubsan-pass-object-size.c57 int cat(int p[static 10], int n) { in cat()
/external/clang/test/Analysis/
Duninit-const.c21 void doStuff_constStaticSizedArray(const int a[static 10]) {} in doStuff_constStaticSizedArray()
/external/llvm-project/clang/test/Analysis/
Duninit-const.c27 void doStuff_constStaticSizedArray(const int a[static 10]) {} in doStuff_constStaticSizedArray()