Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 6 of 6) 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/chromium_org/third_party/sqlite/src/src/
Dtest_multiplex.c1113 int argtype; in test_multiplex_control() member
1139 switch( aSub[idx].argtype ){ in test_multiplex_control()
/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/chromium_org/v8/src/
Dbuiltins.cc1143 Object* argtype = args->get(i); in TypeCheck() local
1144 if (argtype->IsUndefined()) continue; in TypeCheck()
1147 current = FindHidden(heap, current, FunctionTemplateInfo::cast(argtype)); in TypeCheck()
/external/clang/lib/AST/
DASTContext.cpp6995 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype, in mergeFunctionTypes() local
6998 if (argtype.isNull()) return QualType(); in mergeFunctionTypes()
7001 argtype = argtype.getUnqualifiedType(); in mergeFunctionTypes()
7003 types.push_back(argtype); in mergeFunctionTypes()
7009 if (getCanonicalType(argtype) != getCanonicalType(largtype)) in mergeFunctionTypes()
7011 if (getCanonicalType(argtype) != getCanonicalType(rargtype)) in mergeFunctionTypes()