Home
last modified time | relevance | path

Searched defs:CharacterTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DCharacterTest.cpp22 using CharacterTypes = ::testing::Types<char, char16_t, char32_t>; typedef
/llvm-project/flang/include/flang/Evaluate/
H A Dtype.h368 using CharacterTypes = CategoryTypes<TypeCategory::Character>; global() variable