Searched defs:bad4 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/test/Evaluate/ |
H A D | errors01.f90 | 69 logical, parameter :: bad4 = btest(0_8, 64) local 83 integer(8), parameter :: bad4 = ishft(1_8, 65) local 94 integer(8), parameter :: bad4 = shiftl(1_8, -65) local 180 integer, parameter :: bad4 global() local
|
/llvm-project/clang/test/Analysis/ |
H A D | c11lock.c | 42 void bad4(void) { in bad4() function
|
H A D | fuchsia_lock.c | 38 void bad4(void) { in bad4() function
|
H A D | pthreadlock.c | 271 bad4(void) in bad4() function
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-streaming-sme-or-nonstreaming-sve-builtins.c | 56 svfloat32_t bad4(svfloat32_t a, svfloat32_t b, svfloat32_t c) __arm_streaming_compatible { bad4() function
|
/llvm-project/clang/test/Parser/ |
H A D | cxx1z-fold-expressions.cpp | 19 template<int ...N, int ...M> void bad4(int (&...x)[N]) { (N + M * ... * 1); } // expected-error {{e… in bad4() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-throw-out-noexcept-func.cpp | 383 void bad4() throw() { // expected-note {{here}} in bad4() function
|