Home
last modified time | relevance | path

Searched refs:func9 (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.spec/
H A Dfunc.spec.cpp49 template <typename T> void func9(A::C, A::D<T>, int = A::num3);
63 template <> void func9<A::B<char>>(A::C, A::D<A::B<char>>, int) {} in func9() function in E
82 template <typename T> void E::func9(A::C, A::D<T>, int) {} in func9() function in E
98 template <> void E::func9<A::C>(A::C, A::D<A::C>, int) {} in func9() function in E
110 template <> void E::func9<A::C>(A::C, A::D<A::C>, int);
131 template <typename T> void func9(int x = A::num1);
172 template <typename T> void func9(int x) {} in func9() function
205 template <> void func9<decltype(A::num1)>(int);
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Darm64-packed-unwind.s290 func9: label
317 .long func9@IMGREL
H A Darm-unwind-packed.s522 func9: label
694 .rva func9
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm64-microsoft-arguments.cpp167 S9 func9(S9 x);
172 return func9(x); in f9()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dfriend2.cpp84 void func9(int); // expected-note{{previous declaration is here}}
86 …friend int func9(int); // expected-error{{functions that differ only in their return type cannot …
H A Dtype-definition-in-specifier.cpp51 …void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in …
/llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp47 void func9() { in func9() function
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/
H A Dstack-cfi-parsing.test46 image show-unwind -n func9
47 # CHECK-LABEL: image show-unwind -n func9
/llvm-project-15.0.7/clang/test/Sema/
H A Dc2x-noreturn.c48 void noreturn func9(void);
/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/Breakpad/Inputs/
H A Dstack-cfi-parsing.syms10 FUNC 9 1 0 func9
/llvm-project-15.0.7/llvm/test/CodeGen/VE/Scalar/
H A Dfp_sub.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
H A Dfp_div.ll93 define fp128 @func9(fp128 %a) {
94 ; CHECK-LABEL: func9:
H A Dfp_mul.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
H A Dfp_add.ll86 define fp128 @func9(fp128 %a) {
87 ; CHECK-LABEL: func9:
H A Dleft_shift.ll84 define i64 @func9(i64 %0, i64 %1) {
85 ; CHECK-LABEL: func9:
H A Dright_shift.ll75 define i32 @func9(i32 %0, i32 %1) {
76 ; CHECK-LABEL: func9:
H A Dsext_zext_load.ll76 define signext i16 @func9() {
77 ; CHECK-LABEL: func9:
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dumul_fix.ll343 define i64 @func9(i64 %x, i64 %y) nounwind {
344 ; X64-LABEL: func9:
351 ; X86-LABEL: func9:
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dseh-packed.s576 .seh_proc func9
577 func9: label
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dseh-packed-unwind.s517 func9: label
518 .seh_proc func9
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcmp_elimination.ll215 define void @func9(i64 %a) {
216 ; CHECK-LABEL: @func9
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DMultipleConstraintsOnSmallInputTest.cpp79 int func9(uint8_t a1, uint8_t a2) { in func9() function
3313 if (func9(data[11], data[16]) == 0) in api()