Home
last modified time | relevance | path

Searched refs:CountDim (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp427 RTNAME(CountDim)(res, *array, /*DIM=*/1, /*KIND=*/4, __FILE__, __LINE__); in TEST()
435 RTNAME(CountDim)(res, *array, /*DIM=*/2, /*KIND=*/8, __FILE__, __LINE__); in TEST()
445 RTNAME(CountDim) in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dreduction.cpp356 void RTNAME(CountDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h323 void RTNAME(CountDim)(Descriptor &result, const Descriptor &, int dim, int kind,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp505 auto func = fir::runtime::getRuntimeFunc<mkRTKey(CountDim)>(loc, builder); in genCountDim()