Home
last modified time | relevance | path

Searched refs:arguments_type (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc342 auto* arguments_type = llvm::StructType::create(argument_types); in EmitPrintf() local
343 llvm::Value* arguments_ptr = builder->CreateAlloca(arguments_type); in EmitPrintf()
355 builder->CreateGEP(arguments_type, arguments_ptr, in EmitPrintf()
/external/python/cpython3/Include/internal/
Dpycore_ast_state.h168 PyObject *arguments_type; member
/external/python/cpython3/Python/
DPython-ast.c187 Py_CLEAR(state->arguments_type); in _PyAST_Fini()
984 PyObject *type = state->arguments_type; in add_ast_annotations()
1099 PyObject *type = state->arguments_type; in add_ast_annotations()
2627 PyObject *type = state->arguments_type; in add_ast_annotations()
4286 cond = PyObject_SetAttrString(state->arguments_type, "_field_types", in add_ast_annotations()
4292 cond = PyObject_SetAttrString(state->arguments_type, "__annotations__", in add_ast_annotations()
6181 state->arguments_type = make_type(state, "arguments", state->AST_type, in init_types()
6184 if (!state->arguments_type) return -1; in init_types()
6185 if (add_attributes(state, state->arguments_type, NULL, 0) < 0) return -1; in init_types()
6186 if (PyObject_SetAttr(state->arguments_type, state->vararg, Py_None) == -1) in init_types()
[all …]
/external/python/cpython3/Parser/
Dparser.c261 #define arguments_type 1174 macro
17529 if (_PyPegen_is_memoized(p, arguments_type, &_res)) { in arguments_rule()
17585 _PyPegen_insert_memo(p, _mark, arguments_type, _res); in arguments_rule()
/external/python/cpython3/Doc/data/
Dpython3.13.abi16095 …<var-decl name='arguments_type' type-id='type-id-4' visibility='default' filepath='./Include/inter…