Home
last modified time | relevance | path

Searched refs:ast_list (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/scripts/generator/cpp/
H A Dgmock_class_test.py50 ast_list = list(builder.Generate())
51 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
101 ast_list = list(builder.Generate())
102 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/www/wsmake/wsmake-0.7.901/src/libwsmake/
H A DwsLoader.h59 } ast_list; typedef
70 ast_list *cons(ast *a, ast_list *l);
71 ast *mk_node(const ast_kind tag, ast_list *v);
H A DwsLoader.cpp49 ast_list *wsmake::cons(ast *a, ast_list *l) in cons()
51 ast_list *ret; in cons()
56 ret = (ast_list *)osaMalloc(sizeof(ast_list)); in cons()
69 ast *wsmake::mk_node(const ast_kind tag, ast_list *l) in mk_node()
166 ast_list *tmp = NULL; in ast_dump()
208 ast_list *tmp = NULL; in ast_free()
/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_ast.c106 c_ast_t* c_ast_dup( c_ast_t const *ast, c_ast_list_t *ast_list ) { in c_ast_dup() argument
110 c_ast_new( ast->kind, ast->depth, &ast->loc, ast_list ); in c_ast_dup()
146 c_ast_t *const dup_param_ast = c_ast_dup( param_ast, ast_list ); in c_ast_dup()
167 c_ast_set_parent( c_ast_dup( child_ast, ast_list ), dup_ast ); in c_ast_dup()
305 c_loc_t const *loc, c_ast_list_t *ast_list ) { in c_ast_new() argument
345 if ( ast_list != NULL ) in c_ast_new()
346 slist_push_tail( ast_list, ast ); in c_ast_new()
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/games/leela-zero/leela-zero-0.17/gtest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/gtest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/math/curv/curv-0.5/extern/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/devel/arpc/arpc-0.7/contrib/googletest-release-1.8.0/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/games/warzone2100/warzone2100/3rdparty/utfcpp/extern/gtest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/3rdparty/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/gtest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/www/davix/davix-0.7.6/deps/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/test/gtest-1.10.0/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/biology/freebayes/freebayes-1.3.5/vcflib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/google/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py53 ast_list = list(builder.Generate())
54 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
322 ast_list = list(builder.Generate())
323 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py52 ast_list = list(builder.Generate())
53 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
351 ast_list = list(builder.Generate())
352 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py52 ast_list = list(builder.Generate())
53 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
351 ast_list = list(builder.Generate())
352 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/googletest/src/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py52 ast_list = list(builder.Generate())
53 gmock_class._GenerateMethods(method_source_lines, cpp_source, ast_list[0])
351 ast_list = list(builder.Generate())
352 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)

1234567