Home
last modified time | relevance | path

Searched refs:func3 (Results 1 – 25 of 195) sorted by relevance

12345678

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/cpp/
H A Dmain.cpp17 void func3() in func3() function in a::c
40 void func3() in func3() function in aa::cc
59 void func3() in func3() function in b::c
78 void func3() in func3() function in c::d
93 ac.func3(); in main()
96 aac.func3(); in main()
98 bc.func3(); in main()
100 cd.func3(); in main()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdata-arm64.yaml19 SymbolName: func3
22 SymbolName: func3
25 SymbolName: func3
28 SymbolName: func3
31 SymbolName: func3
81 - Name: func3
H A Dpdata-arm64-bad.yaml21 SymbolName: func3
24 SymbolName: func3
27 SymbolName: func3
30 SymbolName: func3
33 SymbolName: func3
83 - Name: func3
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll11 ; CHECK-NEXT: call void @func3()
22 call void () @func3()
26 declare void @func3()
42 ; CHECK-NEXT: [[TMP3:%.*]] = select i1 [[TMP2]], void ()* @func4, void ()* @func3
47 %3 = select i1 %2, void ()* @func4, void ()* @func3
63 ; CHECK-NEXT: call void @broker(void ()* nocapture nofree noundef @func3)
66 call void @broker(void ()* @func3)
93 !2 = !{void ()* @func3, void ()* @func4}
100 ; DOT-DAG: Node[[FUNC3:0x[a-z0-9]+]] [shape=record,label="{func3}"];
/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Daarch64-func3.s2 .globl func3
3 .type func3,@function
4 func3: label
H A Daarch64-func3-btipac.s13 .globl func3
14 .type func3,@function
15 func3: label
H A Daarch64-func3-bti.s13 .globl func3
14 .type func3,@function
15 func3: label
H A Daarch64-func3-pac.s13 .globl func3
14 .type func3,@function
15 func3: label
H A Daarch64-func2.s5 .globl func3
6 .type func3, @function
7 bl func3
H A Daarch64-nopac.s5 .globl func3
6 .type func3, @function
7 bl func3
H A Daarch64-nobti.s5 .globl func3
6 .type func3, @function
7 bl func3
H A Daarch64-pac1.s16 .globl func3
17 .type func3, @function
18 bl func3
H A Daarch64-btipac1.s16 .globl func3
17 .type func3, @function
18 bl func3
H A Daarch64-bti1.s16 .globl func3
17 .type func3, @function
18 bl func3
H A Darm-plt-reloc.s11 .globl func3
12 .type func3,%function
13 func3: label
H A Darm-exidx-cantunwind.s20 .section .func3, "ax",%progbits
21 .globl func3
22 func3: label
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.merge_redeclarations.cpp17 EXCLUDE_FROM_EXPLICIT_INSTANTIATION void func3();
31 EXCLUDE_FROM_EXPLICIT_INSTANTIATION void Foo<T>::func3() { in func3() function in Foo
42 foo.func3(); // expected-note{{in instantiation of}} in main()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp40 template <typename T = class A::D<int>> void func3();
54 } template <> void func3<class A::C>() { in func2() function in E
73 template <typename T> void E::func3() {} in func3() function in E
88 template <> void E::func3<class A::D<int>>() { in func3() function in E
104 template <> void E::func3<class A::D<int>>();
120 template <typename T> A::D<T> func3();
158 template <typename T> A::D<T> func3() { A::D<int> x; } in func3() function
198 template <> A::D<A::C> func3<A::C>();
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstack-size-section.ll33 ; CHECK: .section .text.func3,"ax",@progbits
34 ; CHECK: .section .stack_sizes,"o",@progbits,.text.func3{{$}}
35 define dso_local i32 @func3() section ".text.func3" {
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline_negative_result.ll22 define internal fastcc void @func3() {
23 ; CHECK-LABEL: @func3(
36 ; CHECK-NEXT: tail call fastcc void @func3()
40 tail call fastcc void @func3()
/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-feature-btipac.s4 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3.s -o %t3.o
5 # RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-func3-btipac.s -o %t3btipa…
19 # BTIPACSO-NEXT: 10348: bl 0x10380 <func3@plt>
21 # BTIPACSO: 0000000000010350 <func3>:
33 # BTIPACSO: 0000000000010380 <func3@plt>:
58 # BTIPACEX: 000000000021037c <func3>:
92 # EX: 00000000002102ec <func3>:
144 .globl func3
145 .type func3,%function
153 # BTIPACEX2: 000000000021037c <func3>:
H A Darm-exidx-emit-relocs.s51 .section .text.func3, "ax",%progbits
53 .global func3
54 func3: label
/llvm-project-15.0.7/flang/test/Semantics/
H A Dseparate-mp01.f9089 real module function func3() ! module procedure interface body for func3
106 real module function func3() ! implementation of func3 declared in m4sub function
107 func3 = 20
/llvm-project-15.0.7/compiler-rt/test/profile/Posix/
H A Dgcov-dlopen.c61 void (*func3)(void) = (void (*)(void))dlsym(f3_handle, "func3"); in main() local
62 if (func3 == NULL) in main()
64 func3(); in main()
/llvm-project-15.0.7/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-dlclose-main.c40 void (*func3)(void) = (void (*)(void))dlsym(f3_handle, "func3"); in main() local
41 if (func3 == NULL) { in main()
45 func3(); in main()

12345678