Home
last modified time | relevance | path

Searched defs:CppType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/runtime/
H A Dreduction-templates.h87 using CppType = CppTypeFor<CAT, KIND>; GetTotalReduction() local
188 using CppType = CppTypeFor<CAT, KIND>; PartialReduction() local
[all...]
H A Dreduction.cpp279 using CppType = CppTypeFor<TypeCategory::Logical, KIND>; operator ()() typedef
330 using CppType = CppTypeFor<TypeCategory::Integer, KIND>; operator ()() typedef
H A Dextrema.cpp123 using CppType = CppTypeFor<CAT, KIND>; in DoMaxOrMinLoc() typedef
320 using CppType = CppTypeFor<CAT, KIND>; DoPartialMaxOrMinLocDirection() typedef