Searched refs:void_ptr (Results 1 – 6 of 6) sorted by relevance
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | PwmOut-js.cpp | 25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(PwmOut)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 26 delete static_cast<PwmOut*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 54 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 55 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 62 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() 87 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 88 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 95 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() 115 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 116 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() [all …]
|
D | InterruptIn-js.cpp | 26 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(InterruptIn) (void *void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 27 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 55 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 56 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 63 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() 84 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 85 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 92 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() 120 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 121 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() [all …]
|
D | I2C-js.cpp | 26 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(I2C) (void *void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 27 delete static_cast<I2C*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 51 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 52 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 59 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() 93 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 94 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 101 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION() 114 void *void_ptr; in DECLARE_CLASS_FUNCTION() local 115 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() [all …]
|
D | DigitalOut-js.cpp | 25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(DigitalOut)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 26 delete static_cast<DigitalOut*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 52 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 53 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 60 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() 79 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 80 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 87 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION() 103 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 104 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() [all …]
|
D | AnalogIn-js.cpp | 25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(AnalogIn)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 26 delete static_cast<AnalogIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR() 49 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 50 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 57 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION() 74 void* void_ptr; in DECLARE_CLASS_FUNCTION() local 75 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION() 82 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_variables.c | 69 const struct vtn_decoration *dec, void *void_ptr) in ptr_decoration_cb() argument 71 struct vtn_pointer *ptr = void_ptr; in ptr_decoration_cb() 90 const struct vtn_decoration *dec, void *void_ptr) in access_align_cb() argument 92 struct access_align *aa = void_ptr; in access_align_cb() 2360 int member, const struct vtn_decoration *dec, void *void_ptr) in ptr_nonuniform_workaround_cb() argument 2362 enum gl_access_qualifier *access = void_ptr; in ptr_nonuniform_workaround_cb()
|