Home
last modified time | relevance | path

Searched refs:fun4 (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp68 int* fun4(int);
90 if (fun4 == 0) {} in test()
103 if (nullptr != fun4) {} in test()
H A Dmember-expr.cpp148 template <typename T> S fun4(); // expected-note{{possible target for call}}
150 …return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g4()
/llvm-project-15.0.7/clang/test/Sema/
H A Dalias-redefinition.c19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Daltmacro_string.s66 .macro fun4 arg1 arg2 macro
72 fun4 <5,4
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dnoinline.cu11 [[gnu::__noinline__]] void fun4() { } in fun4() function
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Dnoinline.cu20 [[gnu::__noinline__]] __device__ __host__ void fun4() {} in fun4() function
H A Dkernel-stub-name.cu128 extern "C" void fun4() { in fun4() function
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-sext.ll34 define <2 x i32> @fun4(<2 x i16> %val1) {
35 ; CHECK-LABEL: fun4:
H A Dint-cmp-57.ll58 define i32 @fun4(i32 %arg) {
59 ; CHECK-LABEL: fun4:
H A Dvec-zext.ll35 define <2 x i32> @fun4(<2 x i16> %val1) {
36 ; CHECK-LABEL: fun4:
H A Dint-cmp-56.ll114 define i32 @fun4(i32 %arg, i32 %arg2, i32 %arg3) {
115 ; CHECK-LABEL: fun4:
H A Dfunction-attributes-01.ll55 define <2 x double> @fun4(<2 x double>* %A) #4 {
56 ; CHECK-LABEL: fun4:
H A Dint-cmp-56.mir14 define i32 @fun4(i32* %ptr0) { ret i32 0 }
250 # CHECK: name: fun4
254 name: fun4
H A Dinline-asm-i128.ll105 define void @fun4(i128* %Src, i128* %Dst) {
106 ; CHECK-LABEL: fun4:
H A Dvec-move-23.ll69 define void @fun4(<2 x i8> %Src, <2 x double>* %Dst) {
70 ; CHECK-LABEL: fun4:
H A Dstack-clash-protection.ll110 define void @fun4() #0 "stack-probe-size"="8192" {
111 ; CHECK-LABEL: fun4:
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/SystemZ/
H A Dext-of-icmp-cost.ll37 define double @fun4(i64 %v) {
38 ; CHECK-LABEL: 'fun4'
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/
H A Dlibcall-arg-exts.ll38 define i8* @fun4() {
39 ; CHECK-LABEL: @fun4
/llvm-project-15.0.7/llvm/test/DebugInfo/Generic/
H A DPR20038.ll11 ; void fun4() { b && (C(), 1); }
30 ; CHECK: DW_AT_name ("fun4")
131 !12 = distinct !DISubprogram(name: "fun4", linkageName: "_Z4fun4v", line: 5, isLocal: false, isDefi…
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-vuzp.ll38 ; CHECK-LABEL: fun4:
40 define i32 @fun4() {
/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_reduction_messages.c36 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() // expec…
H A Ddeclare_reduction_messages.cpp71 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() …
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Ddagcombine-shifts.ll53 define i64 @fun4(i8 zeroext %v) {
54 ; CHECK-LABEL: fun4:
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/XCOFF/
H A Dsymbols.test112 - Name: .fun4
267 # SYMBOL32-NEXT: Name: .fun4
H A Dsymbols64.test95 - Name: .fun4
255 # SYMBOL64-NEXT: Name: .fun4

12