Searched refs:argtype (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | thunk.h | 27 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()
|
D | thunk.c | 33 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/ |
D | qt_instance.cpp | 373 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/ |
D | builtins.cc | 1045 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/ |
D | ASTContext.cpp | 5778 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/ |
D | cindex.py | 2015 Type_get_array_size.argtype = [Type]
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 9120 argtype to arg_type when raising unknown arg type exception.
|