/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyhead.swg | 105 * VOIDFUNC(f) is a macro used to typecast a C function that implements 115 # define VOIDFUNC(f) ((void (*)()) f) 120 # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) 124 # define VOIDFUNC(f) ((RUBY_DATA_FUNC) f) 129 # define VOIDFUNC(f) (f)
|
rubyrun.swg | 201 obj = Data_Wrap_Struct(sklass->klass, VOIDFUNC(sklass->mark), 202 ( own ? VOIDFUNC(sklass->destroy) : 203 (track ? VOIDFUNC(SWIG_RubyRemoveTracking) : 0 ) 228 obj = Data_Wrap_Struct(klass, VOIDFUNC(sklass->mark), VOIDFUNC(sklass->destroy), 0);
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-back-references.cpp | 53 typedef void (*VoidFunc)(); 56 void h1(const char* a, const char* b, VoidFunc c, VoidFunc d) {}
|
/external/syslinux/core/lwip/src/api/ |
netifapi.c | 76 * Call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) inside the 86 msg->msg.common.voidfunc(msg->netif); 142 * call the "errtfunc" (or the "voidfunc" if "errtfunc" is NULL) in a thread-safe 148 netifapi_netif_common(struct netif *netif, netifapi_void_fn voidfunc, 154 msg.msg.msg.common.voidfunc = voidfunc;
|
/external/syslinux/core/lwip/src/include/lwip/ |
netifapi.h | 63 netifapi_void_fn voidfunc; member in struct:netifapi_msg_msg::__anon37150::__anon37152 90 netifapi_void_fn voidfunc,
|
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 651 void VoidFunc(bool /* flag */) {} 656 .WillRepeatedly(DoAll(Invoke(VoidFunc), [all...] |
/external/googletest/googlemock/test/ |
gmock-actions_test.cc | 736 void VoidFunc(bool /* flag */) {} 741 .WillRepeatedly(DoAll(Invoke(VoidFunc), [all...] |
/external/v8/testing/gmock/test/ |
gmock-actions_test.cc | 736 void VoidFunc(bool /* flag */) {} 741 .WillRepeatedly(DoAll(Invoke(VoidFunc), [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 185 _, err := C.voidFunc() [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 185 _, err := C.voidFunc() [all...] |
/external/toolchain-utils/dejagnu/gdb_baseline/ |
armv7a-cros-linux-gnueabi | [all...] |
i686-pc-linux-gnu | [all...] |
x86_64-cros-linux-gnu | [all...] |