Home
last modified time | relevance | path

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

/external/arm-optimized-routines/test/rtest/
Ddotest.c466 {"sin", (funcptr)mpfr_sin, args1, {NULL},
468 {"sinf", (funcptr)mpfr_sin, args1f, {NULL},
470 {"cos", (funcptr)mpfr_cos, args1, {NULL},
472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL},
474 {"tan", (funcptr)mpfr_tan, args1, {NULL},
476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL},
478 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL},
480 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL},
486 {"asin", (funcptr)mpfr_asin, args1, {NULL},
488 {"asinf", (funcptr)mpfr_asin, args1f, {NULL},
[all …]
Dintern.h18 typedef void (*funcptr)(void); typedef
77 funcptr func;
/external/compiler-rt/test/BlocksRuntime/
Dreturnfunctionptr.c12 int (*funcptr)(long); variable
18 b = ^(char x) { return funcptr; }; in main()
20 b = ^int (*(char x))(long) { return funcptr; }; in main()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp145 int (*funcptr)(int); variable
150 void x0e(X0<funcptr>); // expected-error{{must have its address taken}}
162 int (*funcptr)(int); variable
167 …void x0e(X0<funcptr>); // expected-error{{non-type template parameter of reference type 'int (&)(i…
/external/clang/test/CodeGen/
D2009-06-01-addrofknr.c5 struct funcptr { struct
18 struct funcptr fp; in main() argument
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARC/
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
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp6.cpp98 auto funcptr = &g<int>; in f() local
99 int (*funcptr2)(int) = funcptr; in f()
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp42 typedef void (*funcptr)(); typedef
43 funcptr returnsptr() throw();
/external/llvm/test/CodeGen/PowerPC/
Dia-mem-r0.ll87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %53
91 call void %.funcptr(i8* %.ptr, i8* %55)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dia-mem-r0.ll87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %53
91 call void %.funcptr(i8* %.ptr, i8* %55)
/external/llvm/test/CodeGen/X86/
Dtailcall-64.ll203 ; typedef int (*funcptr)(void*, ...);
204 ; extern const funcptr funcs[];
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcall-64.ll239 ; typedef int (*funcptr)(void*, ...);
240 ; extern const funcptr funcs[];