Home
last modified time | relevance | path

Searched refs:TestFunc (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/unity/auto/
H A Drunner_maybe.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
/freebsd-13.1/contrib/ntp/sntp/tests/
H A Drun-networking.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-t-log.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-keyFile.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-kodDatabase.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-utilities.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-kodFile.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-crypto.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-packetHandling.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-packetProcessing.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1309 const sampleprof::FunctionSamples &TestFunc,
1327 const sampleprof::FunctionSamples *TestFunc,
1453 const sampleprof::FunctionSamples &TestFunc, in computeSampleFunctionInternalOverlap() argument
1466 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap()
1490 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap()
1491 TestFunc.getCallsiteSamples().cend()); in computeSampleFunctionInternalOverlap()
1581 const sampleprof::FunctionSamples *TestFunc, in computeSampleFunctionOverlap() argument
1593 if (!BaseFunc || !TestFunc) { in computeSampleFunctionOverlap()
1599 *BaseFunc, *TestFunc, *FuncOverlap); in computeSampleFunctionOverlap()
1624 for (const auto &TestFunc : TestProfiles) { in computeSampleProfileOverlap() local
[all …]
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp823 #define INTERNAL_CATCH_NTTP_REGISTER0(TestFunc, signature)\ argument
830 #define INTERNAL_CATCH_NTTP_REGISTER(TestFunc, signature, ...)\ argument
980 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION_2( TestName, TestFunc, Name, Tags, Signa… argument
981 INTERNAL_CATCH_DEFINE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature))
1064 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_2(TestName, TestFunc, Name, Tags, Signature, ... )\ argument
1069 INTERNAL_CATCH_DECLARE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature));\
1074 INTERNAL_CATCH_NTTP_REG_GEN(TestFunc,INTERNAL_CATCH_REMOVE_PARENS(Signature))\
1091 INTERNAL_CATCH_DEFINE_SIG_TEST(TestFunc,INTERNAL_CATCH_REMOVE_PARENS(Signature))
1158 #define INTERNAL_CATCH_TEMPLATE_LIST_TEST_CASE_2(TestName, TestFunc, Name, Tags, TmplList)\ argument
1162 template<typename TestType> static void TestFunc(); \
[all …]