Home
last modified time | relevance | path

Searched refs:func17 (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp144 template <typename T = A::B<int>> void func17();
182 template <typename T> void func17() {} in func17() function
214 } template <> void func17<A::B<class A::C>>() { in func16() function
230 template void func17();
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm-unwind-packed.s594 func17: label
710 .rva func17
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dleft_shift.ll144 define zeroext i16 @func17(i16 zeroext %0) {
145 ; CHECK-LABEL: func17:
H A Dright_shift.ll132 define zeroext i8 @func17(i8 zeroext %0) {
133 ; CHECK-LABEL: func17:
H A Dsext_zext_load.ll148 define i32 @func17() {
149 ; CHECK-LABEL: func17:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s736 .seh_proc func17
737 func17: label
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll423 define void @func17(i32 zeroext %a, i32 zeroext %b) {
424 ; CHECK-LABEL: @func17
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp143 int func17(uint8_t a1) { in func17() function
3329 if (func17(data[19]) == 0) in api()