Home
last modified time | relevance | path

Searched refs:eolian_typedecl_base_type_get (Results 1 – 9 of 9) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/lib/eolian/
H A Ddatabase_type_api.c191 eolian_typedecl_base_type_get(const Eolian_Typedecl *tp) in eolian_typedecl_base_type_get() function
H A Ddatabase_expr.c541 const Eolian_Type *etp = eolian_typedecl_base_type_get(etpd); in eval_exp()
628 … return database_expr_eval_type(unit, expr, eolian_typedecl_base_type_get(base), cb, data); in database_expr_eval_type()
H A DEolian.h2631 EAPI const Eolian_Type *eolian_typedecl_base_type_get(const Eolian_Typedecl *tp);
/dports/devel/efl/efl-1.25.1/src/scripts/pyolian/
H A Deolian_lib.py597 lib.eolian_typedecl_base_type_get.argtypes = (c_void_p,)
598 lib.eolian_typedecl_base_type_get.restype = c_void_p
H A Deolian.py1285 c_type = lib.eolian_typedecl_base_type_get(self)
/dports/devel/efl/efl-1.25.1/src/bin/eolian/
H A Dtypes.c300 const Eolian_Type *btp = eolian_typedecl_base_type_get(tp); in eo_gen_types_header_gen()
/dports/devel/efl/efl-1.25.1/src/lib/eolian_cxx/grammar/
H A Dklass_def.hpp484 Eolian_Type const* aliased = eolian_typedecl_base_type_get(decl); in set()
586 Eolian_Type const* bt = ::eolian_typedecl_base_type_get(alias_obj); in alias_def()
591 auto eolian_type = ::eolian_typedecl_base_type_get(alias_obj); in alias_def()
/dports/devel/efl/efl-1.25.1/src/tests/eolian/
H A Deolian_parsing.c350 fail_if(!(type = eolian_typedecl_base_type_get(tdl))); in EFL_START_TEST()
369 fail_if(!(type = eolian_typedecl_base_type_get(tdl))); in EFL_START_TEST()
/dports/devel/efl/efl-1.25.1/src/bindings/lua/
H A Deolian.lua1052 local v = eolian.eolian_typedecl_base_type_get(self)