Home
last modified time | relevance | path

Searched refs:func19 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp147 template <typename T> T func19();
188 template <typename T> T func19() { in func19() function
217 template <> A::B<int> func19<class A::B<int>>();
232 template class A::C func19<A::C>();
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm-unwind-packed.s609 func19: label
714 .rva func19
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dleft_shift.ll164 define i64 @func19(i64 %0) {
165 ; CHECK-LABEL: func19:
H A Dright_shift.ll154 define i32 @func19(i32 %0) {
155 ; CHECK-LABEL: func19:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s770 .seh_proc func19
771 func19: label
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll475 define void @func19(i64 %a, i64 %b) {
476 ; CHECK-LABEL: @func19
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp159 int func19(uint8_t a1, uint8_t a2) { in func19() function
3333 if (func19(data[12], data[15]) == 0) in api()