Home
last modified time | relevance | path

Searched refs:func7 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp46 template <typename T> class A::D<int> func7();
59 template <> class A::C func6<A::C>() { return {}; } template <> A::D<int> func7<char>() { in func6() function in E
79 template <typename T> A::D<int> E::func7() { return {}; } in func7() function in E
94 template <> class A::C E::func6<A::D<int>>() { return {}; } template <> A::D<int> E::func7<int>() { in func7() function in E
108 template <> A::D<int> E::func7<int>();
127 template <int x = A::num2> void func7();
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s288 func7: label
313 .long func7@IMGREL
H A Darm-unwind-packed.s510 func7: label
690 .rva func7
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp132 S7 func7(S7 x);
135 return func7(x); in f7()
/llvm-project-15.0.7/lldb/test/API/functionalities/param_entry_vals/basic_entry_values/
H A Dmain.cpp69 __attribute__((noinline)) void func7(int &sink, int x) { in func7() function
86 func7(sink, x); in func8_inlined()
/llvm-project-15.0.7/llvm/test/Transforms/Attributor/
H A Dcallgraph.ll70 define void @func7(void ()* %unknown) {
71 ; CHECK-LABEL: @func7(
104 ; DOT-DAG: Node[[FUNC7:0x[a-z0-9]+]] [shape=record,label="{func7}"];
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp67 void func7(int);
69 friend void func7(int) {} // expected-error{{redefinition of 'func7'}} in func7() function
H A Dtype-definition-in-specifier.cpp49 …void func7(struct t19018 { void qq(); } x); // expected-error{{cannot be defined in a parameter ty…
/llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp32 void func7() { in func7() function
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dstack-cfi-parsing.test41 image show-unwind -n func7
42 # CHECK-LABEL: image show-unwind -n func7
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Damdgcn-automatic-variable.cpp129 void func7() { in func7() function
/llvm-project-15.0.7/clang/test/Sema/
H A Dc2x-noreturn.c43 void func7 [[noreturn]] (void);
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dmacros.c79 void func7(void) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> [[@LINE+6]]:2 = #0 in func7() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnonnull.m26 void func7(); function
45func7((NSObject*) 0); // expected-warning {{passing arguments to 'func7' without a prototype is de…
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dstack-cfi-parsing.syms9 FUNC 7 2 0 func7
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dfp_sub.ll64 define float @func7(float %a) {
65 ; CHECK-LABEL: func7:
H A Dfp_div.ll70 define float @func7(float %a) {
71 ; CHECK-LABEL: func7:
H A Dfp_mul.ll64 define float @func7(float %a) {
65 ; CHECK-LABEL: func7:
H A Dfp_add.ll64 define float @func7(float %a) {
65 ; CHECK-LABEL: func7:
H A Dleft_shift.ll62 define zeroext i16 @func7(i16 zeroext %0, i16 zeroext %1) {
63 ; CHECK-LABEL: func7:
H A Dright_shift.ll47 define zeroext i8 @func7(i8 zeroext %0, i8 zeroext %1) {
48 ; CHECK-LABEL: func7:
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline-indirect-chain.ll46 define void @func7() {
/llvm-project-15.0.7/clang/test/Frontend/
H A Dnoderef.cpp68 void func7(int NODEREF *x);
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dumul_fix.ll255 define i64 @func7(i64 %x, i64 %y) nounwind {
256 ; X64-LABEL: func7:
263 ; X86-LABEL: func7:
H A Dudiv_fix.ll213 define i16 @func7(i16 %x, i16 %y) nounwind {
214 ; X64-LABEL: func7:
224 ; X86-LABEL: func7:

12