Home
last modified time | relevance | path

Searched refs:test_decl (Results 1 – 25 of 59) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_type_aligned.cpp4 int test_decl() in test_decl() function
109 Error += test_decl(); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtx/
H A Dgtx_type_aligned.cpp4 int test_decl() in test_decl() function
109 Error += test_decl(); in main()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtx/
H A Dgtx_type_aligned.cpp5 int test_decl() in test_decl() function
110 Error += test_decl(); in main()
/dports/math/glm/glm-0.9.9.8/test/gtx/
H A Dgtx_type_aligned.cpp5 int test_decl() in test_decl() function
110 Error += test_decl(); in main()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtx/
H A Dgtx_type_aligned.cpp5 int test_decl() in test_decl() function
110 Error += test_decl(); in main()
/dports/multimedia/mpv/waf-2.0.20/demos/fortran/typemap/
H A Dwscript148 test_decl = '%s(kind=%s)' % (base_type, ctype)
150 'TEST_DECL' : test_decl,
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_type_infer.py120 def test_decl(): function
370 test_decl()
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/
H A Dtest_type_infer.py120 def test_decl(): function
370 test_decl()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/python/relay/
H A Dtest_type_infer.py122 def test_decl(): function
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddumpfile.c2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2290 cgraph_node *node = cgraph_node::get_create (test_decl);
2420 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddumpfile.c2225 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2232 cgraph_node *node = cgraph_node::get_create (test_decl);
2362 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddumpfile.c2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2290 cgraph_node *node = cgraph_node::get_create (test_decl);
2420 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddumpfile.c2225 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2232 cgraph_node *node = cgraph_node::get_create (test_decl);
2362 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Ddumpfile.c2204 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2211 cgraph_node *node = cgraph_node::get_create (test_decl);
2341 integer_zero_node, test_decl, 42, stmt, stmt);
H A Dcgraph.c3869 tree test_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, in test_symbol_table_test() local
3873 cgraph_node *node = cgraph_node::get_create (test_decl); in test_symbol_table_test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Ddumpfile.c2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2290 cgraph_node *node = cgraph_node::get_create (test_decl);
2420 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Ddumpfile.c2225 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2232 cgraph_node *node = cgraph_node::get_create (test_decl);
2362 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Ddumpfile.c2204 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2211 cgraph_node *node = cgraph_node::get_create (test_decl);
2341 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Ddumpfile.c2283 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2290 cgraph_node *node = cgraph_node::get_create (test_decl);
2420 integer_zero_node, test_decl, 42, stmt, stmt);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddumpfile.c2204 tree test_decl = build_decl (decl_loc, FUNCTION_DECL,
2211 cgraph_node *node = cgraph_node::get_create (test_decl);
2341 integer_zero_node, test_decl, 42, stmt, stmt);
H A Dcgraph.c3901 tree test_decl = build_decl (UNKNOWN_LOCATION, FUNCTION_DECL, in test_symbol_table_test() local
3905 cgraph_node *node = cgraph_node::get_create (test_decl); in test_symbol_table_test()
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dparser.cpp558 AstNode *test_decl = ast_parse_test_decl(pc); in ast_parse_container_members() local
559 if (test_decl != nullptr) { in ast_parse_container_members()
564 res.decls.append(test_decl); in ast_parse_container_members()
638 res->data.test_decl.name = name ? token_buf(pc, name) : nullptr; in ast_parse_test_decl()
639 res->data.test_decl.body = block; in ast_parse_test_decl()
3027 visit_field(&node->data.test_decl.body, visit, context); in ast_visit_node_children()
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dparser.cpp558 AstNode *test_decl = ast_parse_test_decl(pc); in ast_parse_container_members() local
559 if (test_decl != nullptr) { in ast_parse_container_members()
564 res.decls.append(test_decl); in ast_parse_container_members()
638 res->data.test_decl.name = name ? token_buf(pc, name) : nullptr; in ast_parse_test_decl()
639 res->data.test_decl.body = block; in ast_parse_test_decl()
3027 visit_field(&node->data.test_decl.body, visit, context); in ast_visit_node_children()
/dports/devel/zls/zls-0.9.0/src/
H A Danalysis.zig272 .test_decl => if (tree.tokens.items(.tag)[main_token + 1] == .string_literal)
283 .test_decl => name[1 .. name.len - 1],
1333 .test_decl => if (data[node].lhs != 0)
2497 if (tags[decl] == .test_decl) {
2621 .test_decl => {
H A Dreferences.zig412 .test_decl => {

123