Home
last modified time | relevance | path

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 Dctor.pass.cpp32 struct TestFunc { struct
48 TestFunc<UserType>()(); in main() argument
49 TestEachIntegralType<TestFunc>()(); in main()
/llvm-project-15.0.7/clang/test/Interpreter/
H A Dsanity.c11 void TestFunc() { ++TestVar; } in TestFunc() function
/llvm-project-15.0.7/mlir/test/lib/IR/
H A DCMakeLists.txt7 TestFunc.cpp
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1387 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 DThreadPool.cpp130 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 DBUILD.bazel575 name = "TestFunc",
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel6339 "//mlir/test:TestFunc",