Home
last modified time | relevance | path

Searched refs:simple_type (Results 1 – 5 of 5) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_base_macros.h121 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) type :: ~simple_type () argument
/external/libffi/src/sh/
Dffi.c46 simple_type (ffi_type *arg) in simple_type() function
53 return simple_type (arg->elements[0]); in simple_type()
64 type = simple_type (arg->elements[0]); in return_type()
90 type = simple_type (e); in return_type()
/external/opencore/oscl/oscl/config/android/
Dosclconfig.h69 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () argument
/external/opencore/oscl/oscl/config/linux/
Dosclconfig.h71 #define OSCL_TEMPLATED_DESTRUCTOR_CALL(type,simple_type) ~type () argument
/external/libffi/
DChangeLog1085 * src/sh64/ffi.c (simple_type): Remove.