Searched refs:TestFunc (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
| H A D | ctor.pass.cpp | 32 struct TestFunc { struct 48 TestFunc<UserType>()(); in main() argument 49 TestEachIntegralType<TestFunc>()(); in main()
|
| /llvm-project-15.0.7/clang/test/Interpreter/ |
| H A D | sanity.c | 11 void TestFunc() { ++TestVar; } in TestFunc() function
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | CMakeLists.txt | 7 TestFunc.cpp
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1387 const sampleprof::FunctionSamples &TestFunc, 1405 const sampleprof::FunctionSamples *TestFunc, 1531 const sampleprof::FunctionSamples &TestFunc, in computeSampleFunctionInternalOverlap() argument 1544 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap() 1568 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap() 1569 TestFunc.getCallsiteSamples().cend()); in computeSampleFunctionInternalOverlap() 1659 const sampleprof::FunctionSamples *TestFunc, in computeSampleFunctionOverlap() argument 1671 if (!BaseFunc || !TestFunc) { in computeSampleFunctionOverlap() 1677 *BaseFunc, *TestFunc, *FuncOverlap); in computeSampleFunctionOverlap() 1703 for (const auto &TestFunc : TestProfiles) { in computeSampleProfileOverlap() local [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ThreadPool.cpp | 130 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function 139 Pool.async(TestFunc, std::ref(checked_in), i); in TEST_F()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/test/ |
| H A D | BUILD.bazel | 575 name = "TestFunc",
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | BUILD.bazel | 6339 "//mlir/test:TestFunc",
|