/external/arm-optimized-routines/math/test/rtest/ |
D | dotest.c | 466 {"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 …]
|
D | intern.h | 18 typedef void (*funcptr)(void); typedef 77 funcptr func;
|
/external/compiler-rt/test/BlocksRuntime/ |
D | returnfunctionptr.c | 12 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/ |
D | p5.cpp | 145 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/ |
D | 2009-06-01-addrofknr.c | 5 struct funcptr { struct 18 struct funcptr fp; in main() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARC/ |
D | call.ll | 76 @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/ |
D | p6.cpp | 98 auto funcptr = &g<int>; in f() local 99 int (*funcptr2)(int) = funcptr; in f()
|
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/ |
D | sema.cpp | 42 typedef void (*funcptr)(); typedef 43 funcptr returnsptr() throw();
|
/external/python/cpython3/Objects/ |
D | methodobject.c | 383 typedef void (*funcptr)(void); typedef 398 static inline funcptr 404 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
|
D | descrobject.c | 240 typedef void (*funcptr)(void); typedef 273 static inline funcptr 279 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | ia-mem-r0.ll | 87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %53 91 call void %.funcptr(i8* %.ptr, i8* %55)
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ia-mem-r0.ll | 87 %.funcptr = load void (i8*, i8*)*, void (i8*, i8*)** %53 91 call void %.funcptr(i8* %.ptr, i8* %55)
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-64.ll | 203 ; typedef int (*funcptr)(void*, ...); 204 ; extern const funcptr funcs[];
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tailcall-64.ll | 239 ; typedef int (*funcptr)(void*, ...); 240 ; extern const funcptr funcs[];
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 4119 void *funcptr; in dl_load_function() local 4135 funcptr = dlsym(dlobj->dl_handle, funcname); in dl_load_function() 4136 if (funcptr == NULL) { in dl_load_function() 4147 return new_simple_cdata(funcptr, ct); in dl_load_function()
|
/external/vulkan-validation-layers/layers/generated/ |
D | chassis.cpp | 105 void* funcptr; member 368 return reinterpret_cast<PFN_vkVoidFunction>(item->second.funcptr); in GetDeviceProcAddr() 379 return reinterpret_cast<PFN_vkVoidFunction>(item->second.funcptr); in GetInstanceProcAddr()
|