Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/unity/auto/
H A Drunner_maybe.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
/freebsd/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-kodFile.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-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/contrib/ntp/tests/libntp/
H A Drun-realpath.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
H A Drun-digests.c4 #define RUN_TEST(TestFunc, TestLineNum) \ argument
6 Unity.CurrentTestName = #TestFunc; \
12 TestFunc(); \
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegBankLegalizeRules.h241 std::function<bool(const MachineInstr &)> TestFunc; member
244 std::function<bool(const MachineInstr &)> TestFunc = nullptr);
H A DAMDGPURegBankLegalizeRules.cpp42 std::function<bool(const MachineInstr &)> TestFunc) in PredicateMapping() argument
43 : OpUniformityAndTypes(OpList), TestFunc(TestFunc) {} in PredicateMapping()
199 if (TestFunc) in match()
200 return TestFunc(MI); in match()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2126 const sampleprof::FunctionSamples &TestFunc,
2144 const sampleprof::FunctionSamples *TestFunc,
2270 const sampleprof::FunctionSamples &TestFunc, in computeSampleFunctionInternalOverlap() argument
2283 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap()
2307 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap()
2308 TestFunc.getCallsiteSamples().cend()); in computeSampleFunctionInternalOverlap()
2398 const sampleprof::FunctionSamples *TestFunc, in computeSampleFunctionOverlap() argument
2410 if (!BaseFunc || !TestFunc) { in computeSampleFunctionOverlap()
2416 *BaseFunc, *TestFunc, *FuncOverlap); in computeSampleFunctionOverlap()
2442 for (const auto &TestFunc : TestProfiles) { in computeSampleProfileOverlap() local
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp823 #define INTERNAL_CATCH_NTTP_REGISTER0(TestFunc, signature)\ argument
827 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<Type>), CATCH_INTERNAL_LINEINFO, Catch::StringRef…
830 #define INTERNAL_CATCH_NTTP_REGISTER(TestFunc, signature, ...)\ argument
834 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<__VA_ARGS__>), CATCH_INTERNAL_LINEINFO, Catch::St…
878TestFunc, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NTTP_REGISTER, I… argument
888TestFunc, ...) INTERNAL_CATCH_EXPAND_VARGS(INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INT… 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));\
[all …]