Home
last modified time | relevance | path

Searched refs:ApplyCharacterKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dfindloc.cpp241 ApplyCharacterKind<CharacterFindlocHelper, void>(xType->second, terminator, in RTNAME()
327 ApplyCharacterKind<PartialCharacterFindlocHelper, void>(xType->second, in RTNAME()
H A Dextrema.cpp173 ApplyCharacterKind<TypedMaxOrMinLocHelper<TypeCategory::Character, in TypedMaxOrMinLoc()
274 ApplyCharacterKind<DoPartialMaxOrMinLocHelper<TypeCategory::Character, in TypedPartialMaxOrMinLoc()
469 ApplyCharacterKind<CharacterMaxOrMinHelper<IS_MAXVAL>::template Functor, in CharacterMaxOrMin()
H A Dtools.h267 inline RESULT ApplyCharacterKind(int kind, Terminator &terminator, A &&...x) { in ApplyCharacterKind() function