Home
last modified time | relevance | path

Searched refs:make_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/hana/example/type/
Dmake.cpp16 BOOST_HANA_CONSTANT_CHECK(hana::make_type(X{}) == hana::type_c<X>);
17 BOOST_HANA_CONSTANT_CHECK(hana::make_type(hana::type_c<X>) == hana::type_c<X>);
/third_party/boost/libs/hana/test/type/
Dmake.cpp25 hana::make_type(T{}), in main()
30 hana::make_type(hana::type_c<T>), in main()
/third_party/python/Python/
DPython-ast.c920 make_type(struct ast_state *state, const char *type, PyObject* base, in make_type() function
1100 state->mod_type = make_type(state, "mod", state->AST_type, NULL, 0, in init_types()
1107 state->Module_type = make_type(state, "Module", state->mod_type, in init_types()
1111 state->Interactive_type = make_type(state, "Interactive", state->mod_type, in init_types()
1115 state->Expression_type = make_type(state, "Expression", state->mod_type, in init_types()
1119 state->FunctionType_type = make_type(state, "FunctionType", in init_types()
1124 state->stmt_type = make_type(state, "stmt", state->AST_type, NULL, 0, in init_types()
1158 state->FunctionDef_type = make_type(state, "FunctionDef", state->stmt_type, in init_types()
1168 state->AsyncFunctionDef_type = make_type(state, "AsyncFunctionDef", in init_types()
1179 state->ClassDef_type = make_type(state, "ClassDef", state->stmt_type, in init_types()
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dassignment_validation_test.cc228 auto make_type = [&] { in TEST_F() local
234 Global("a", make_type(), ast::StorageClass::kNone, in TEST_F()
239 Global("b", make_type(), ast::StorageClass::kNone, in TEST_F()
/third_party/grpc/tools/codegen/core/
Dgen_stats_data.py30 def make_type(name, fields): function
48 make_type('Counter', []),
49 make_type('Histogram', ['max', 'buckets']),
/third_party/boost/boost/hana/fwd/
Dtype.hpp262 constexpr auto make_type = hana::make<type_tag>; variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dtype.hpp262 constexpr auto make_type = hana::make<type_tag>; variable
/third_party/python/Tools/c-analyzer/
DTODO476 Python/Python-ast.c:make_type():PyId___module__ _Py_IDENTIFIER(__module__)