HomeSort by: relevance | last modified time | path
    Searched refs:typearg (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/lua/dist/src/
lauxlib.c 201 const char *typearg; /* name for the type of the actual argument */ local
203 typearg = lua_tostring(L, -1); /* use the given type name */
205 typearg = "light userdata"; /* special name for messages */
207 typearg = luaL_typename(L, arg); /* standard name */
208 msg = lua_pushfstring(L, "%s expected, got %s", tname, typearg);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 4905 tree typearg = gimple_call_arg (stmt, 1); local
4909 bool for_auto_init = (bool) TREE_INT_CST_LOW (typearg);
4910 tree type = TREE_TYPE (TREE_TYPE (typearg));
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 4981 tree typearg = gimple_call_arg (stmt, 1); local
4985 bool for_auto_init = (bool) TREE_INT_CST_LOW (typearg);
4986 tree type = TREE_TYPE (TREE_TYPE (typearg));

Completed in 74 milliseconds