Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s294 func13: label
325 .long func13@IMGREL
H A Darm-unwind-packed.s561 func13: label
702 .rva func13
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp138 template <int x> void func13();
178 template <int x> void func13() {} in func13() function
209 } template <> void func13<A::num1>() { in func12() function
226 template void func13<A::num2>();
227 template void func13<A::num3>();
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A Dmain.cpp115 __attribute__((noinline)) void func13(int &sink, int x) { in func13() function
196 func14(sink, func13); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dleft_shift.ll115 define i32 @func13(i32 %0) {
116 ; CHECK-LABEL: func13:
H A Dright_shift.ll104 define signext i16 @func13(i16 signext %0) {
105 ; CHECK-LABEL: func13:
H A Dsext_zext_load.ll112 define zeroext i16 @func13() {
113 ; CHECK-LABEL: func13:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s662 .seh_proc func13
663 func13: label
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dseh-packed-unwind.s609 func13: label
610 .seh_proc func13
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll319 define void @func13(i32 signext %a, i32 signext %b) {
320 ; CHECK-LABEL: @func13
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp111 int func13(uint8_t a1, uint8_t a2) { in func13() function
3321 if (func13(data[17], data[3]) == 0) in api()