Searched refs:typearg (Results 1 – 3 of 3) sorted by relevance
/external/libffi/src/powerpc/ |
D | asm.h | 40 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg; argument
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | asm.h | 40 #define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg; argument
|
/external/lua/src/ |
D | lauxlib.c | 184 const char *typearg; /* name for the type of the actual argument */ in typeerror() local 186 typearg = lua_tostring(L, -1); /* use the given type name */ in typeerror() 188 typearg = "light userdata"; /* special name for messages */ in typeerror() 190 typearg = luaL_typename(L, arg); /* standard name */ in typeerror() 191 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg); in typeerror()
|