Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 7 of 7) sorted by relevance

/external/qemu/
Dthunk.h27 typedef enum argtype { enum
40 } argtype; typedef
51 const argtype *field_types;
69 void thunk_register_struct(int id, const char *name, const argtype *types);
72 const argtype *thunk_convert(void *dst, const void *src,
73 const argtype *type_ptr, int to_host);
78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host) in thunk_type_size()
118 static inline int thunk_type_align(const argtype *type_ptr, int is_host) in thunk_type_align()
Dthunk.c33 static const argtype *thunk_type_next_ptr(const argtype *type_ptr);
35 static inline const argtype *thunk_type_next(const argtype *type_ptr) in thunk_type_next()
61 static const argtype *thunk_type_next_ptr(const argtype *type_ptr) in thunk_type_next_ptr()
66 void thunk_register_struct(int id, const char *name, const argtype *types) in thunk_register_struct()
68 const argtype *type_ptr; in thunk_register_struct()
126 const argtype *thunk_convert(void *dst, const void *src, in thunk_convert()
127 const argtype *type_ptr, int to_host) in thunk_convert()
216 const argtype *field_types; in thunk_convert()
279 int thunk_type_size_array(const argtype *type_ptr, int is_host) in thunk_type_size_array()
284 int thunk_type_align_array(const argtype *type_ptr, int is_host) in thunk_type_align_array()
/external/webkit/Source/WebCore/bridge/qt/
Dqt_instance.cpp373 QMetaType::Type argtype = QMetaType::Void; in setValueToInstance() local
375 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName()); in setValueToInstance()
378 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0); in setValueToInstance()
/external/v8/src/
Dbuiltins.cc1045 Object* argtype = args->get(i); in TypeCheck() local
1046 if (argtype->IsUndefined()) continue; in TypeCheck()
1050 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) { in TypeCheck()
/external/clang/lib/AST/
DASTContext.cpp5778 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype, in mergeFunctionTypes() local
5781 if (argtype.isNull()) return QualType(); in mergeFunctionTypes()
5784 argtype = argtype.getUnqualifiedType(); in mergeFunctionTypes()
5786 types.push_back(argtype); in mergeFunctionTypes()
5792 if (getCanonicalType(argtype) != getCanonicalType(largtype)) in mergeFunctionTypes()
5794 if (getCanonicalType(argtype) != getCanonicalType(rargtype)) in mergeFunctionTypes()
/external/clang/bindings/python/clang/
Dcindex.py2015 Type_get_array_size.argtype = [Type]
/external/dbus/
DChangeLog.pre-1-09120 argtype to arg_type when raising unknown arg type exception.