Home
last modified time | relevance | path

Searched refs:func6 (Results 1 – 16 of 16) sorted by relevance

/freebsd/tools/tools/shlib-compat/test/libtest3/
H A Dtest.c44 int func6(char a, struct s4 *s);
75 func6(char a, struct s4 *s) in func6() function
86 __sym_compat(func6, func6__compat, TEST_1.0);
H A DSymbol.map10 func6;
/freebsd/tools/tools/shlib-compat/test/libtest1/
H A Dtest.c31 int func6(char a, struct s3 *s);
62 func6(char a, struct s3 *s) in func6() function
H A DSymbol.map10 func6;
/freebsd/tools/tools/shlib-compat/test/libtest2/
H A Dtest.c32 int func6(char a, struct s3 *s);
70 func6(char a, struct s3 *s) in func6() function
H A DSymbol.map9 func6;
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.1-1.out8 func6@TEST_1.0: definitions match
H A Dregress.1-3.out8 func6@TEST_1.0: definitions match
H A Dregress.3-1.out8 func6@TEST_1.0: definitions match
H A Dregress.3-3.out8 func6@TEST_1.0: definitions match
H A Dregress.2-2.out8 func6@TEST_1.0: definitions match
H A Dregress.1-2.out10 func6@TEST_1.0: definitions match
H A Dregress.2-1.out10 func6@TEST_1.0: definitions match
H A Dregress.2-3.out10 func6@TEST_1.0: definitions match
H A Dregress.3-2.out10 func6@TEST_1.0: definitions match
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc977 MOCK_METHOD(void, func6, (), (noexcept(noexcept(DoesntThrow())), const));
989 EXPECT_TRUE(noexcept(std::declval<MockMethodNoexceptSpecifier>().func6())); in TEST()