Home
last modified time | relevance | path

Searched refs:funcptr (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/arm-mve-intrinsics/
H A Dadmin.c191 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_f16()
200 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_f32()
207 int8x16_t test_vuninitializedq_polymorphic_s8(int8x16_t (*funcptr)(void)) in test_vuninitializedq_polymorphic_s8()
209 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_s8()
218 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_s16()
227 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_s32()
236 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_s64()
245 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_u8()
254 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_u16()
263 return vuninitializedq(funcptr()); in test_vuninitializedq_polymorphic_u32()
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Ddotest.c467 {"sin", (funcptr)mpfr_sin, args1, {NULL},
469 {"sinf", (funcptr)mpfr_sin, args1f, {NULL},
471 {"cos", (funcptr)mpfr_cos, args1, {NULL},
473 {"cosf", (funcptr)mpfr_cos, args1f, {NULL},
475 {"tan", (funcptr)mpfr_tan, args1, {NULL},
477 {"tanf", (funcptr)mpfr_tan, args1f, {NULL},
487 {"asin", (funcptr)mpfr_asin, args1, {NULL},
491 {"acos", (funcptr)mpfr_acos, args1, {NULL},
500 {"atan", (funcptr)mpfr_atan, args1, {NULL},
516 {"exp", (funcptr)mpfr_exp, args1, {NULL},
[all …]
H A Dintern.h19 typedef void (*funcptr)(void); typedef
78 funcptr func;
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dreturnfunctionptr.c11 int (*funcptr)(long); variable
17 b = ^(char x) { return funcptr; }; in main()
19 b = ^int (*(char x))(long) { return funcptr; }; in main()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp172 int (*funcptr)(int); // expected-note 0-1{{declared here}} variable
177 void x0e(X0<funcptr>);
194 int (*funcptr)(int); variable
200 …void x0e(X0<funcptr>); // expected-error{{non-type template parameter of reference type 'int (&)(i…
205 …void x0e(X0<funcptr>); // expected-error{{value of type 'int (*)(int)' is not implicitly convertib…
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2009-06-01-addrofknr.c4 struct funcptr { struct
17 struct funcptr fp; in main() argument
/llvm-project-15.0.7/llvm/test/CodeGen/ARC/
H A Dcall.ll76 @funcptr = external global i32 (i32)*, align 4
79 ; CHECK-DAG: ld %r[[REG:[0-9]+]], [@funcptr]
83 %f = load i32 (i32)*, i32 (i32)** @funcptr, align 4
/llvm-project-15.0.7/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp98 auto funcptr = &g<int>; in f() local
99 int (*funcptr2)(int) = funcptr; in f()
/llvm-project-15.0.7/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dsema.cpp42 typedef void (*funcptr)(); typedef
43 funcptr returnsptr() throw();
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcall_once.cpp267 void funcptr(int a, int b, int c) { in funcptr() function
275 std::call_once(flag, &funcptr, 1, 2, 3); in test_param_passing_funcptr()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Damdpal-callable.ll8 @funcptr = external hidden unnamed_addr addrspace(4) constant void()*, align 4
104 %fptr = load void()*, void()* addrspace(4)* @funcptr
113 %fptr = load void()*, void()* addrspace(4)* @funcptr
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dia-mem-r0.ll87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %53
91 call void %.funcptr(i8* %.ptr, i8* %55)
/llvm-project-15.0.7/clang/unittests/AST/
H A DAttrTest.cpp84 void (* [[clang::annotate_type("funcptr")]] fp)(void); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtailcall-64.ll238 ; typedef int (*funcptr)(ptr, ...);
239 ; extern const funcptr funcs[];