Home
last modified time | relevance | path

Searched refs:func10 (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s291 func10: label
319 .long func10@IMGREL
H A Darm-unwind-packed.s532 func10: label
696 .rva func10
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dinttoptr-address-space.ll12 define internal i32 @func10(%.qux.2496 addrspace(1)* nocapture %this) align 2 {
24 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496 addrspace(1)* nocapture %[[V2]])
H A Dinttoptr.ll24 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
51 ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496* nocapture %[[V2]])
H A Dcrash.ll23 define internal i32 @func10(%.qux.2496* nocapture %this) align 2 {
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp134 template <typename T> void func10(class A::B<T>, int x = A::num2);
174 template <typename T> void func10(A::B<T>, int x) {} in func10() function
206 template <> void func10<A::D<int>>(A::B<A::D<int>>, int);
223 template void func10<A::C>(A::B<A::C>, decltype(A::num1));
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp183 S10 func10(S10 x);
186 return func10(x); in f10()
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A Dmain.cpp93 __attribute__((noinline, disable_tail_calls)) void func10(int &sink, int x) { in func10() function
190 func10(sink, 123); in main()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp89 void func10(int); // expected-note{{previous declaration is here}}
91 …friend int func10(int); // expected-error{{functions that differ only in their return type cannot…
/llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp55 void func10() { in func10() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dc2x-noreturn.c51 [[_Noreturn]] void func10(void); // all-warning {{the '[[_Noreturn]]' attribute spelling is depreca…
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dright_shift.ll85 define i64 @func10(i64 %0, i64 %1) {
86 ; CHECK-LABEL: func10:
H A Dsext_zext_load.ll88 define i32 @func10() {
89 ; CHECK-LABEL: func10:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s598 .seh_proc func10
599 func10: label
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dseh-packed-unwind.s538 func10: label
539 .seh_proc func10
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll241 define void @func10(i64 %a) {
242 ; CHECK-LABEL: @func10
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp87 int func10(uint8_t a1, uint8_t a2) { in func10() function
3315 if (func10(data[10], data[8]) == 0) in api()