Home
last modified time | relevance | path

Searched refs:func14 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s295 func14: label
327 .long func14@IMGREL
H A Darm-unwind-packed.s569 func14: label
704 .rva func14
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp139 template <typename T, int x> void func14();
179 template <typename T, int x> void func14() {} in func14() function
211 template <> void func14<A::B<int>, A::num2>() {} in func14() function
228 template void func14<A::C, A::num1>();
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A Dmain.cpp131 func14(int &sink, void (*target_no_tailcall)(int &, int)) { in func14() function
196 func14(sink, func13); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dleft_shift.ll124 define i64 @func14(i64 %0) {
125 ; CHECK-LABEL: func14:
H A Dright_shift.ll114 define i32 @func14(i32 %0) {
115 ; CHECK-LABEL: func14:
H A Dsext_zext_load.ll124 define zeroext i16 @func14() {
125 ; CHECK-LABEL: func14:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s680 .seh_proc func14
681 func14: label
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dseh-packed-unwind.s630 func14: label
631 .seh_proc func14
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll345 define void @func14(i32 signext %a, i32 signext %b) {
346 ; CHECK-LABEL: @func14
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp119 int func14(uint8_t a1) { in func14() function
3323 if (func14(data[14]) == 0) in api()