Home
last modified time | relevance | path

Searched refs:func4 (Results 1 – 19 of 19) sorted by relevance

/freebsd/tools/tools/shlib-compat/test/libtest1/
H A Dtest.c29 void func4(struct s1 s);
51 func4(struct s1 s) in func4() function
H A DSymbol.map8 func4;
/freebsd/tools/tools/shlib-compat/test/libtest2/
H A Dtest.c30 void func4(struct s1 s);
59 func4(struct s1 s) in func4() function
H A DSymbol.map7 func4;
/freebsd/tools/tools/shlib-compat/test/libtest3/
H A Dtest.c41 void func4(struct s1 s);
64 func4(struct s1 s) in func4() function
H A DSymbol.map8 func4;
/freebsd/tools/tools/shlib-compat/test/
H A Dregress.1-1.out6 func4@TEST_1.0: definitions match
H A Dregress.1-3.out6 func4@TEST_1.0: definitions match
H A Dregress.3-1.out6 func4@TEST_1.0: definitions match
H A Dregress.3-3.out6 func4@TEST_1.0: definitions match
H A Dregress.2-2.out6 func4@TEST_1.0: definitions match
H A Dregress.1-2.out8 func4@TEST_1.0: definitions match
H A Dregress.2-1.out8 func4@TEST_1.0: definitions match
H A Dregress.2-3.out8 func4@TEST_1.0: definitions match
H A Dregress.3-2.out8 func4@TEST_1.0: definitions match
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsprd,sc9860-pinctrl.txt13 one of: "func1", "func2", "func3" and "func4".
H A Dqcom,pmic-gpio.txt148 "func4"
H A Dqcom,pmic-gpio.yaml483 - func4 # supported by LV/MV GPIO subtypes
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc975 MOCK_METHOD(void, func4, (), (noexcept(noexcept(MaybeThrows()))));
987 EXPECT_FALSE(noexcept(std::declval<MockMethodNoexceptSpecifier>().func4())); in TEST()