Home
last modified time | relevance | path

Searched defs:meow (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/C/C23/
H A Dn3017.c30 short meow[] = { f() local
39 short meow[sizeof(meow_bytes) / sizeof(short)] = {}; f() variable
H A Dn2927.c16 const int meow = 1; variable
/llvm-project/compiler-rt/test/orc/TestCases/Windows/x86-64/
H A Dtrivial-atexit.c9 void meow() { in meow() function
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.const/
H A Dtype_conv_ctor.pass.cpp37 void meow(std::reference_wrapper<int>) {} in meow() function
38 void meow(convertible_from_int) {} in meow() function
/llvm-project/clang/test/Sema/
H A Dattr-target.c17 int __attribute__((target("avx,sse4.2,arch=hiss"))) meow(void) { return 4; } in meow() function
46 int __attribute__((target("sve,cpu=hiss"))) meow(void) { return 4; } meow() function
76 int __attribute__((target("float128,arch=hiss"))) meow(void) { return 4; } meow() function
/llvm-project/clang/test/Preprocessor/
H A Dembed_init.c14 const int meow = variable
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction.cpp464 void meow() { meow() function