Searched refs:argtype (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dthunk.h27 typedef enum argtype { enum
40 } argtype; typedef in typeref:enum:argtype
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)
118 static inline int thunk_type_align(const argtype *type_pt
[all...]
H A 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)
61 static const argtype *thunk_type_next_ptr(const argtype *type_ptr)
66 void thunk_register_struct(int id, const char *name, const argtype *types)
68 const argtype *type_ptr;
126 const argtype *thunk_convert(void *dst, const void *src,
127 const argtype *type_pt
[all...]
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp373 QMetaType::Type argtype = QMetaType::Void; local
375 argtype = (QMetaType::Type) QMetaType::type(m_property.typeName());
378 QVariant val = convertValueToQVariant(exec, aValue, argtype, 0);
/external/v8/src/
H A Dbuiltins.cc1045 Object* argtype = args->get(i); local
1046 if (argtype->IsUndefined()) continue;
1050 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) {
/external/clang/lib/AST/
H A DASTContext.cpp6377 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype, local
6380 if (argtype.isNull()) return QualType();
6383 argtype = argtype.getUnqualifiedType();
6385 types.push_back(argtype);
6391 if (getCanonicalType(argtype) != getCanonicalType(largtype))
6393 if (getCanonicalType(argtype) != getCanonicalType(rargtype))

Completed in 137 milliseconds