Searched refs:type_int8 (Results 1 – 9 of 9) sorted by relevance
/dports/lang/cparser/cparser-0.9.14/ |
H A D | types.c | 104 type_t *type_int8; variable 148 type_int8 = make_atomic_type(int8_type_kind, TYPE_QUALIFIER_NONE); in init_basic_types()
|
H A D | types.h | 104 extern type_t *type_int8;
|
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/qapi/ |
H A D | qapi-visit-core.c | 174 if (v->type_int8) { in visit_type_int8() 175 v->type_int8(v, obj, name, errp); in visit_type_int8()
|
/dports/emulators/unicorn/unicorn-1.0.2/qemu/qapi/ |
H A D | qapi-visit-core.c | 174 if (v->type_int8) { in visit_type_int8() 175 v->type_int8(v, obj, name, errp); in visit_type_int8()
|
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/include/qapi/ |
H A D | visitor-impl.h | 52 void (*type_int8)(Visitor *v, int8_t *obj, const char *name, Error **errp); member
|
/dports/emulators/unicorn/unicorn-1.0.2/qemu/include/qapi/ |
H A D | visitor-impl.h | 52 void (*type_int8)(Visitor *v, int8_t *obj, const char *name, Error **errp); member
|
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/ |
H A D | llvm_util.h | 329 llvm::Type *type_int8() const { return m_llvm_type_int8; } in type_int8() function
|
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/include/OSL/ |
H A D | llvm_util.h | 329 llvm::Type *type_int8() const { return m_llvm_type_int8; } in type_int8() function
|
/dports/devel/lua-lgi/lgi-0.9.2/tests/ |
H A D | gireg.lua | 34 function gireg.type_int8() function
|