Home
last modified time | relevance | path

Searched defs:TestFunc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Dctor.pass.cpp34 struct TestFunc { struct
50 TestFunc<UserType>()(); in main() argument
/llvm-project/clang/test/Interpreter/
H A Dsanity.c11 void TestFunc() { ++TestVar; } in TestFunc() function
/llvm-project/llvm/unittests/Support/
H A DThreadPool.cpp156 static void TestFunc(std::atomic_int &checked_in, int i) { checked_in += i; } in TestFunc() function
/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2172 computeSampleFunctionInternalOverlap(const sampleprof::FunctionSamples & BaseFunc,const sampleprof::FunctionSamples & TestFunc,SampleOverlapStats & FuncOverlap) computeSampleFunctionInternalOverlap() argument
2300 computeSampleFunctionOverlap(const sampleprof::FunctionSamples * BaseFunc,const sampleprof::FunctionSamples * TestFunc,SampleOverlapStats * FuncOverlap,uint64_t BaseFuncSample,uint64_t TestFuncSample) computeSampleFunctionOverlap() argument
2344 for (const auto &TestFunc : TestProfiles) { computeSampleProfileOverlap() local
[all...]